mirror of
https://github.com/ipxe/ipxe
synced 2026-02-09 15:21:29 +03:00
[time] Add sleep_fixed() function to sleep without checking for Ctrl-C
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -75,5 +75,6 @@ extern void udelay ( unsigned long usecs );
|
||||
extern void mdelay ( unsigned long msecs );
|
||||
extern unsigned long currticks ( void );
|
||||
extern unsigned int sleep ( unsigned int seconds );
|
||||
extern void sleep_fixed ( unsigned int secs );
|
||||
|
||||
#endif /* _IPXE_TIMER_H */
|
||||
|
||||
Reference in New Issue
Block a user