mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
10 lines
174 B
C
10 lines
174 B
C
#ifndef __PAGER_BOOTM_H__
|
|
#define __PAGER_BOOTM_H__
|
|
|
|
#define __initdata SECTION(".init.data")
|
|
|
|
void *alloc_bootmem(int size, int alignment);
|
|
|
|
|
|
#endif /* __PAGER_BOOTM_H__ */
|