mirror of
https://github.com/drasko/codezero.git
synced 2026-01-31 12:13:14 +01:00
Removed kmalloc. Initialization path resolved, almost done.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#ifndef __KMALLOC_H__
|
||||
#define __KMALLOC_H__
|
||||
|
||||
void *kmalloc(int size);
|
||||
int kfree(void *p);
|
||||
void *kzalloc(int size);
|
||||
void init_kmalloc();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user