bsps/sparc64: Fix redefinitions

This commit is contained in:
Sebastian Huber
2018-02-07 09:23:26 +01:00
parent 0f7913b911
commit 18f285c296

View File

@@ -35,11 +35,8 @@
#ifndef BOOT_GENTYPES_H_ #ifndef BOOT_GENTYPES_H_
#define BOOT_GENTYPES_H_ #define BOOT_GENTYPES_H_
#define NULL 0 #include <stddef.h>
#define false 0 #include <stdbool.h>
#define true 1
typedef unsigned long size_t;
#endif #endif