mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Convert typedef for _sema and _pwrlock to struct semaphore
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
73f9c27ffd
commit
5f133c3764
10 changed files with 23 additions and 30 deletions
|
@ -204,7 +204,7 @@ struct dvobj_priv
|
|||
u8 RtNumOutPipes;
|
||||
int ep_num[5]; //endpoint number
|
||||
int RegUsbSS;
|
||||
_sema usb_suspend_sema;
|
||||
struct semaphore usb_suspend_sema;
|
||||
struct mutex usb_vendor_req_mutex;
|
||||
|
||||
u8 * usb_alloc_vendor_req_buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue