mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
More changes for cleaner initialization and support for containers.
This commit is contained in:
13
include/l4/generic/bootmem.h
Normal file
13
include/l4/generic/bootmem.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (C) 2009 Bahadir Balban
|
||||
*/
|
||||
|
||||
#ifndef __BOOTMEM_H__
|
||||
#define __BOOTMEM_H__
|
||||
|
||||
void *alloc_bootmem(int size, int alignment);
|
||||
pmd_table_t *alloc_boot_pmd(void);
|
||||
|
||||
extern pgd_table_t init_pgd;
|
||||
|
||||
#endif /* __BOOTMEM_H__ */
|
||||
Reference in New Issue
Block a user