1
0
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:
Wolfgang Denk
2006-07-21 15:24:56 +02:00
parent 144f7795ee
commit 966083e95f
13 changed files with 37 additions and 15 deletions

View File

@@ -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