From ef1464cc01cf9dcab52396283bf597e609caa450 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 8 Oct 2003 22:14:02 +0000 Subject: * Patch by Anders Larsen, 18 Sep 2003: allow mkimage to build and run on Cygwin-hosted systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in cpu/mpc8xx/fec.c * Patch by Pantelis Antoniou, 16 Sep 2003: add tool to compute fileds in the PLPRCR register for MPC86x --- include/elf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/elf.h') diff --git a/include/elf.h b/include/elf.h index 1be294a945..4ea3926f83 100644 --- a/include/elf.h +++ b/include/elf.h @@ -43,13 +43,6 @@ #include #endif -#ifdef __CYGWIN__ -#include -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. */ -- cgit v1.2.1