add prototype for wait_for() to fix compiler warning.
This commit is contained in:
parent
45ae52aec0
commit
c373473f24
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ _PROTOTYPE( int select_match_pipe, (struct filp *f) );
|
||||||
_PROTOTYPE( void unsuspend_by_endpt, (endpoint_t) );
|
_PROTOTYPE( void unsuspend_by_endpt, (endpoint_t) );
|
||||||
_PROTOTYPE( void select_reply1, (void) );
|
_PROTOTYPE( void select_reply1, (void) );
|
||||||
_PROTOTYPE( void select_reply2, (void) );
|
_PROTOTYPE( void select_reply2, (void) );
|
||||||
|
_PROTOTYPE( void wait_for, (endpoint_t) );
|
||||||
#if DO_SANITYCHECKS
|
#if DO_SANITYCHECKS
|
||||||
_PROTOTYPE( int check_pipe, (void) );
|
_PROTOTYPE( int check_pipe, (void) );
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue