mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 14:03:05 +00:00
rtl8188eu: Remove most typedef statements from include/osdep_service.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
26b163f24f
commit
e2285839e9
46 changed files with 531 additions and 733 deletions
|
@ -108,7 +108,7 @@ extern struct iw_handler_def rtw_handlers_def;
|
|||
#endif
|
||||
|
||||
extern NDIS_STATUS drv_query_info(
|
||||
_nic_hdl MiniportAdapterContext,
|
||||
struct net_device * MiniportAdapterContext,
|
||||
NDIS_OID Oid,
|
||||
void * InformationBuffer,
|
||||
u32 InformationBufferLength,
|
||||
|
@ -117,7 +117,7 @@ extern NDIS_STATUS drv_query_info(
|
|||
);
|
||||
|
||||
extern NDIS_STATUS drv_set_info(
|
||||
_nic_hdl MiniportAdapterContext,
|
||||
struct net_device * MiniportAdapterContext,
|
||||
NDIS_OID Oid,
|
||||
void * InformationBuffer,
|
||||
u32 InformationBufferLength,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue