Switch: to freestanding stdint and stdbool headers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define PAGING_H
|
||||
|
||||
#include "system.h"
|
||||
#include "../libc/stdint.h"
|
||||
#include <stdint.h>
|
||||
typedef struct
|
||||
{
|
||||
uint32_t present : 1;
|
||||
|
||||
Reference in New Issue
Block a user