missing def

This commit is contained in:
rsc 2006-09-07 16:54:23 +00:00
parent 21eafd48e2
commit 41abfaa92e

1
defs.h
View file

@ -84,6 +84,7 @@ void initlock(struct spinlock*, char*);
void acquire(struct spinlock*);
void release(struct spinlock*);
int holding(struct spinlock*);
void getcallerpcs(void*, uint*);
// main.c
void load_icode(struct proc*, uchar*, uint);