Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /*
0003  * Copyright (C) 2012-2014, 2018, 2020 Intel Corporation
0004  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
0005  * Copyright (C) 2016-2017 Intel Deutschland GmbH
0006  */
0007 #ifndef __fw_api_h__
0008 #define __fw_api_h__
0009 
0010 #include "fw/api/tdls.h"
0011 #include "fw/api/mac-cfg.h"
0012 #include "fw/api/offload.h"
0013 #include "fw/api/context.h"
0014 #include "fw/api/time-event.h"
0015 #include "fw/api/datapath.h"
0016 #include "fw/api/phy.h"
0017 #include "fw/api/config.h"
0018 #include "fw/api/system.h"
0019 #include "fw/api/alive.h"
0020 #include "fw/api/binding.h"
0021 #include "fw/api/cmdhdr.h"
0022 #include "fw/api/coex.h"
0023 #include "fw/api/commands.h"
0024 #include "fw/api/d3.h"
0025 #include "fw/api/filter.h"
0026 #include "fw/api/led.h"
0027 #include "fw/api/mac.h"
0028 #include "fw/api/nvm-reg.h"
0029 #include "fw/api/phy-ctxt.h"
0030 #include "fw/api/power.h"
0031 #include "fw/api/rs.h"
0032 #include "fw/api/rx.h"
0033 #include "fw/api/scan.h"
0034 #include "fw/api/sf.h"
0035 #include "fw/api/sta.h"
0036 #include "fw/api/stats.h"
0037 #include "fw/api/location.h"
0038 #include "fw/api/tx.h"
0039 #include "fw/api/rfi.h"
0040 
0041 #endif /* __fw_api_h__ */