[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:
Michael Brown
2017-03-27 15:31:42 +03:00
parent c73af29fe2
commit 6bd0060f26
2 changed files with 37 additions and 3 deletions

View File

@@ -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 */