AP, kmalloc
This commit is contained in:
7
kernel/include/page.h
Normal file
7
kernel/include/page.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __HEADER_PAGE_H
|
||||
#define __HEADER_PAGE_H
|
||||
|
||||
void *allocate_pages(int npages, enum aal_mc_ap_flag flag);
|
||||
void free_pages(void *va, int npages);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user