Missing func readd
This commit is contained in:
parent
111303eeb8
commit
3bc48c3e74
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue