The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/dev/iwlwifi/mvm/fw-api.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
    2 /*
    3  * Copyright (C) 2012-2014, 2018, 2020 Intel Corporation
    4  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
    5  * Copyright (C) 2016-2017 Intel Deutschland GmbH
    6  */
    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__ */

Cache object: b32796efae9c400b397322ad0effb2c2


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.