#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"
#define IWL8000_UCODE_API_MAX …
#define IWL8265_UCODE_API_MAX …
#define IWL8000_UCODE_API_MIN …
#define IWL8265_UCODE_API_MIN …
#define IWL8000_NVM_VERSION …
#define IWL8260_DCCM_OFFSET …
#define IWL8260_DCCM_LEN …
#define IWL8260_DCCM2_OFFSET …
#define IWL8260_DCCM2_LEN …
#define IWL8260_SMEM_OFFSET …
#define IWL8260_SMEM_LEN …
#define IWL8000_FW_PRE …
#define IWL8000_MODULE_FIRMWARE(api) …
#define IWL8265_FW_PRE …
#define IWL8265_MODULE_FIRMWARE(api) …
#define DEFAULT_NVM_FILE_FAMILY_8000C …
static const struct iwl_base_params iwl8000_base_params = …;
static const struct iwl_ht_params iwl8000_ht_params = …;
static const struct iwl_tt_params iwl8000_tt_params = …;
#define IWL_DEVICE_8000_COMMON …
#define IWL_DEVICE_8000 … \
#define IWL_DEVICE_8260 … \
#define IWL_DEVICE_8265 … \
const struct iwl_cfg iwl8260_2n_cfg = …;
const struct iwl_cfg iwl8260_2ac_cfg = …;
const struct iwl_cfg iwl8265_2ac_cfg = …;
const struct iwl_cfg iwl8275_2ac_cfg = …;
const struct iwl_cfg iwl4165_2ac_cfg = …;
MODULE_FIRMWARE(…);
MODULE_FIRMWARE(…);