forked from Imagelibrary/rtems
bsps/sparc64: Fix redefinitions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user