Missing func readd

This commit is contained in:
Brian Behlendorf 2008-12-19 09:50:15 -08:00
parent 111303eeb8
commit 3bc48c3e74
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,8 @@ extern void delay(clock_t ticks);
#define kcred NULL
#define CRED() NULL
#define ptob(x) ((x) * PAGESIZE)
extern uint64_t physmem;
extern int highbit(ulong_t i);