missing def
This commit is contained in:
parent
21eafd48e2
commit
41abfaa92e
1 changed files with 1 additions and 0 deletions
1
defs.h
1
defs.h
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue