]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
elf.h: Use stdint.h to provide standard typedefs for WIN32
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 13 Mar 2009 23:54:28 +0000 (18:54 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 3 Apr 2009 23:06:16 +0000 (01:06 +0200)
commit24d2ae5e9debe4b75151a55251031a14477fa875
treede80d87df606702ed5090fbc6c2ca90a083f34cc
parenta706bfc7d0e2d1935c5670045288e6cd1ffdfabc
elf.h: Use stdint.h to provide standard typedefs for WIN32

The original code provided an incomplete set of typedefs for WIN32
compiles and replicated the standard typedefs that are already
provided by stdint.h

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
include/elf.h