Moved memory type enum to memorymap.h
Deleted memorytype.h
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "pageallocator.h"
|
||||
#include "types/memorytype.h"
|
||||
#include "types/status.h"
|
||||
|
||||
physaddr_t reserve_page(struct page_stack_t *stack)
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "tty.h"
|
||||
#include "string.h"
|
||||
#include "module.h"
|
||||
#include "types/memorytype.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user