uboot/include/linux
York Sun 472d546054 Consolidate bool type
'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>
2013-04-01 16:33:52 -04:00
..
byteorder include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s 2012-11-30 07:15:04 -07:00
mtd Consolidate bool type 2013-04-01 16:33:52 -04:00
unaligned include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined 2012-11-04 11:00:34 -07:00
usb Consolidate bool type 2013-04-01 16:33:52 -04:00
apm_bios.h
bch.h
bitops.h
compat.h
compiler-gcc.h
compiler-gcc3.h
compiler-gcc4.h
compiler.h
config.h
crc7.h
crc32.h
ctype.h
edd.h
err.h
ethtool.h
fb.h
input.h
ioctl.h
ioport.h
kbuild.h
linkage.h
linux_string.h Make linux kernel string funcs available to tools 2012-12-13 11:46:07 -07:00
list.h
lzo.h
math64.h
mc146818rtc.h
mdio.h
mii.h
netdevice.h
poison.h
posix_types.h
rbtree.h
screen_info.h
stat.h
stddef.h include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined' 2012-11-04 11:00:34 -07:00
string.h Make linux kernel string funcs available to tools 2012-12-13 11:46:07 -07:00
stringify.h
time.h
types.h Consolidate bool type 2013-04-01 16:33:52 -04:00