aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/rtl_wx.h
blob: d70a747ac1dd097405f04d11d251b8333e99a5e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
 *
 * Contact Information: wlanfae <wlanfae@realtek.com>
 */
#ifndef R819x_WX_H
#define R819x_WX_H

struct iw_handler_def;

extern const struct iw_handler_def r8192_wx_handlers_def;
#endif