more userspace stuff
This commit is contained in:
@@ -14,6 +14,6 @@ char* strcpy(char* dest, const char* src);
|
||||
|
||||
void kgrow(size_t pages);
|
||||
void* kalloc(size_t sz);
|
||||
|
||||
void kfree(void* ptr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user