Add prototype for boot_udelay.

This commit is contained in:
Ralf Corsepius
2009-12-10 06:02:14 +00:00
parent b9636c24ca
commit f5e7330b78

View File

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