1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * NXP Wireless LAN device driver: CFG80211
4 *
5 * Copyright 2011-2020 NXP
6 */
7
8#ifndef __MWIFIEX_CFG80211__
9#define __MWIFIEX_CFG80211__
10
11#include <net/cfg80211.h>
12
13#include "main.h"
14
15int mwifiex_register_cfg80211(struct mwifiex_adapter *);
16
17#endif
18