root/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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

/* [<][>][^][v][top][bottom][index][help] */