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