- Initial checkin of the freebios2 tree
[coreboot.git] / src / include / delay.h
1 #ifndef DELAY_H
2 #define DELAY_H
3
4 void udelay(int usecs);
5 void mdelay(int msecs);
6 void delay(int secs);
7
8 #endif /* DELAY_H */