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

@@ -110,7 +110,10 @@ extern unsigned int INTERNAL_REG_BASE_ADDR;
#define _1G 0x40000000
#define _2G 0x80000000
#ifndef BOOL_WAS_DEFINED
#define BOOL_WAS_DEFINED
typedef enum _bool{false,true} bool;
#endif
/* Little to Big endian conversion macros */