xref: /linux/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.h (revision 3bdab16c55f57a24245c97d707241dd9b48d1a91)
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 R819XUSB_CMDPKT_H
8 #define R819XUSB_CMDPKT_H
9 
10 bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data,
11 			 u32 len);
12 #endif
13