diff options
Diffstat (limited to 'include/at91rm9200_net.h')
-rw-r--r-- | include/at91rm9200_net.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/at91rm9200_net.h b/include/at91rm9200_net.h index f799206..804105f 100644 --- a/include/at91rm9200_net.h +++ b/include/at91rm9200_net.h @@ -23,10 +23,6 @@ #include <asm/io.h> #include <asm/arch/hardware.h> -#define FALSE 0 -#define TRUE 1 - - #define ETHERNET_ADDRESS_SIZE 6 typedef unsigned char UCHAR; |