add c skeleton
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _PAGEFRAMEALLOC_H_
|
||||
#define _PAGEFRAMEALLOC_H_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "../memory/pageframe.h"
|
||||
@@ -9,3 +12,4 @@ namespace PageFrameAllocator {
|
||||
void free (PageFrame *frame);
|
||||
void free (uintptr_t addr);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user