mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
More code cleanup
This commit is contained in:
@@ -97,7 +97,10 @@ typedef struct {
|
||||
#endif
|
||||
} connection_info_t;
|
||||
|
||||
#ifndef BOOL_WAS_DEFINED
|
||||
#define BOOL_WAS_DEFINED
|
||||
typedef unsigned int bool;
|
||||
#endif
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
Reference in New Issue
Block a user