mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Added define for udelay().
This commit is contained in:
parent
d99f9da3c1
commit
acb11fd1f2
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@
|
||||||
unsigned get_hz(void);
|
unsigned get_hz(void);
|
||||||
unsigned ticks_since_boot(void);
|
unsigned ticks_since_boot(void);
|
||||||
void sleep_ticks(unsigned);
|
void sleep_ticks(unsigned);
|
||||||
|
void udelay(int);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue