Skip to content
Snippets Groups Projects
Commit 41abfaa9 authored by rsc's avatar rsc
Browse files

missing def

parent 21eafd48
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment