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