mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Clean up more Sparse messages
There are still problems remaining, but those are believed to be cosmetic. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
6dc546efc8
commit
481d6c817d
29 changed files with 281 additions and 376 deletions
|
@ -199,6 +199,11 @@ DeInitLed871x(
|
|||
);
|
||||
|
||||
//hal...
|
||||
extern void BlinkHandler(PLED_871x pLed);
|
||||
struct adapter;
|
||||
|
||||
void BlinkHandler(PLED_871x pLed);
|
||||
void SwLedOn(struct adapter *padapter, PLED_871x pLed);
|
||||
void SwLedOff(struct adapter *padapter, PLED_871x pLed);
|
||||
|
||||
|
||||
#endif //__RTW_LED_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue