mirror of
https://github.com/drasko/codezero.git
synced 2026-03-21 11:31:52 +01:00
Kernel updates since December 2009
This commit is contained in:
12
conts/test_suite0/include/memory.h
Normal file
12
conts/test_suite0/include/memory.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __TESTSUITE_MEMORY_H__
|
||||
#define __TESTSUITE_MEMORY_H__
|
||||
|
||||
|
||||
|
||||
void *virtual_page_new(int npages);
|
||||
void *physical_page_new(int npages);
|
||||
void virtual_page_free(void *address, int npages);
|
||||
void physical_page_free(void *address, int npages);
|
||||
|
||||
void page_pool_init(void);
|
||||
#endif /* __TESTSUITE_MEMORY_H__ */
|
||||
Reference in New Issue
Block a user