mirror of
https://github.com/drasko/codezero.git
synced 2026-04-28 22:51:31 +02:00
Added posix code
This commit is contained in:
9
conts/posix/mm0/include/bootm.h
Normal file
9
conts/posix/mm0/include/bootm.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __PAGER_BOOTM_H__
|
||||
#define __PAGER_BOOTM_H__
|
||||
|
||||
#define __initdata SECTION(".init.data")
|
||||
|
||||
void *alloc_bootmem(int size, int alignment);
|
||||
|
||||
|
||||
#endif /* __PAGER_BOOTM_H__ */
|
||||
Reference in New Issue
Block a user