mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 20:33:16 +01:00
Initial commit
This commit is contained in:
9
include/l4/generic/kmalloc.h
Normal file
9
include/l4/generic/kmalloc.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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