42 lines · c
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */2/*3 * Copyright (C) 2012-2014, 2018, 2020 Intel Corporation4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH5 * Copyright (C) 2016-2017 Intel Deutschland GmbH6 */7#ifndef __fw_api_h__8#define __fw_api_h__9 10#include "fw/api/tdls.h"11#include "fw/api/mac-cfg.h"12#include "fw/api/offload.h"13#include "fw/api/context.h"14#include "fw/api/time-event.h"15#include "fw/api/datapath.h"16#include "fw/api/phy.h"17#include "fw/api/config.h"18#include "fw/api/system.h"19#include "fw/api/alive.h"20#include "fw/api/binding.h"21#include "fw/api/cmdhdr.h"22#include "fw/api/coex.h"23#include "fw/api/commands.h"24#include "fw/api/d3.h"25#include "fw/api/filter.h"26#include "fw/api/led.h"27#include "fw/api/mac.h"28#include "fw/api/nvm-reg.h"29#include "fw/api/phy-ctxt.h"30#include "fw/api/power.h"31#include "fw/api/rs.h"32#include "fw/api/rx.h"33#include "fw/api/scan.h"34#include "fw/api/sf.h"35#include "fw/api/sta.h"36#include "fw/api/stats.h"37#include "fw/api/location.h"38#include "fw/api/tx.h"39#include "fw/api/rfi.h"40 41#endif /* __fw_api_h__ */42