diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ int fork(void); int growproc(int); int kill(int); struct cpu* mycpu(void); +struct cpu* getmycpu(void); struct proc* myproc(); void pinit(void); void procdump(void); |