diff options
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/timer.h b/src/include/ipxe/timer.h index e6b95172e..a6dffaf1c 100644 --- a/src/include/ipxe/timer.h +++ b/src/include/ipxe/timer.h @@ -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 */ |
