add prototype for wait_for() to fix compiler warning.
This commit is contained in:
parent
45ae52aec0
commit
c373473f24
@ -141,6 +141,7 @@ _PROTOTYPE( int select_match_pipe, (struct filp *f) );
|
||||
_PROTOTYPE( void unsuspend_by_endpt, (endpoint_t) );
|
||||
_PROTOTYPE( void select_reply1, (void) );
|
||||
_PROTOTYPE( void select_reply2, (void) );
|
||||
_PROTOTYPE( void wait_for, (endpoint_t) );
|
||||
#if DO_SANITYCHECKS
|
||||
_PROTOTYPE( int check_pipe, (void) );
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user