1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
4 *
5 * Contact Information: wlanfae <wlanfae@realtek.com>
6 */
7#ifndef R819x_WX_H
8#define R819x_WX_H
9
10struct iw_handler_def;
11
12extern const struct iw_handler_def r8192_wx_handlers_def;
13#endif
14