Skip to content
Snippets Groups Projects
Commit 588644f4 authored by Austin Clements's avatar Austin Clements
Browse files

Consistent style in defs.h

parent 8440dbfe
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ int allocuvm(pde_t*, uint, uint);
int deallocuvm(pde_t*, uint, uint);
void freevm(pde_t*);
void inituvm(pde_t*, char*, uint);
int loaduvm(pde_t*, char*, struct inode *ip, uint, uint);
int loaduvm(pde_t*, char*, struct inode *, uint, uint);
pde_t* copyuvm(pde_t*,uint);
void switchuvm(struct proc*);
void switchkvm();
......
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