aboutsummaryrefslogtreecommitdiff
path: root/src/sys/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/core.h')
-rw-r--r--src/sys/core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys/core.h b/src/sys/core.h
index 1a85537..74bac74 100644
--- a/src/sys/core.h
+++ b/src/sys/core.h
@@ -113,11 +113,6 @@ enum
PM_RSTC_RESET = 0x00000102,
};
-#define bool unsigned char
-#define uint8_t unsigned char
-#define uint16_t unsigned short
-#define uint32_t unsigned long
-
void sysinit();
void postinit();