missing def
This commit is contained in:
parent
21eafd48e2
commit
41abfaa92e
1
defs.h
1
defs.h
|
@ -84,6 +84,7 @@ void initlock(struct spinlock*, char*);
|
||||||
void acquire(struct spinlock*);
|
void acquire(struct spinlock*);
|
||||||
void release(struct spinlock*);
|
void release(struct spinlock*);
|
||||||
int holding(struct spinlock*);
|
int holding(struct spinlock*);
|
||||||
|
void getcallerpcs(void*, uint*);
|
||||||
|
|
||||||
// main.c
|
// main.c
|
||||||
void load_icode(struct proc*, uchar*, uint);
|
void load_icode(struct proc*, uchar*, uint);
|
||||||
|
|
Loading…
Reference in a new issue