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_
#define BOOT_GENTYPES_H_
#define NULL 0
#define false 0
#define true 1
typedef unsigned long size_t;
#include <stddef.h>
#include <stdbool.h>
#endif