mirror of
https://github.com/drasko/codezero.git
synced 2026-02-23 23:33:14 +01:00
Added a public domain malloc temporarily.
More changes to fs0, still improvising.
This commit is contained in:
7
tasks/fs0/include/malloc.h
Normal file
7
tasks/fs0/include/malloc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __PRIVATE_MALLOC_H__
|
||||
#define __PRIVATE_MALLOC_H__
|
||||
|
||||
void *kmalloc(size_t size);
|
||||
void kfree(void *blk);
|
||||
|
||||
#endif /*__PRIVATE_MALLOC_H__ */
|
||||
Reference in New Issue
Block a user