all: Use bool where applicable (#30)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef EXOSPHERE_MMU_H
|
||||
#define EXOSPHERE_MMU_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "utils.h"
|
||||
|
||||
Reference in New Issue
Block a user