forked from Imagelibrary/rtems
Add prototype for boot_udelay.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
#include "console.inl"
|
#include "console.inl"
|
||||||
|
|
||||||
#ifdef __BOOT__
|
#ifdef __BOOT__
|
||||||
extern void boot_udelay();
|
extern void boot_udelay(uint32_t _microseconds);
|
||||||
void * __palloc(u_long);
|
void * __palloc(u_long);
|
||||||
void pfree(void *);
|
void pfree(void *);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user