AP, kmalloc
This commit is contained in:
7
kernel/include/kmalloc.h
Normal file
7
kernel/include/kmalloc.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef __HEADER_KMALLOC_H
|
||||
#define __HEADER_KMALLOC_H
|
||||
|
||||
void *kmalloc(int size, int flag);
|
||||
void kfree(void *ptr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user