]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/elf.h
* Patch by Anders Larsen, 18 Sep 2003:
[karo-tx-uboot.git] / include / elf.h
index 1be294a945c5c0afa407860ac748998defb7006e..4ea3926f83d9c60980f81e049c21d0f20f554aac 100644 (file)
 #include <stdint.h>
 #endif
 
-#ifdef __CYGWIN__
-#include <sys/types.h>
-typedef unsigned long int uint32_t;
-typedef unsigned short    uint16_t;
-typedef unsigned char     uint8_t;
-#endif /* __CYGWIN__ */
-
 /*
  *  This version doesn't work for 64-bit ABIs - Erik.
  */