u-boot/arch/m68k/include/asm
Simon Glass b1f17bf5ff Add strcasecmp() and strncasecmp()
strncasecmp() is present as strnicmp() but disabled. Make it available
and define strcasecmp() also. There is a only a small performance penalty
to having strcasecmp() call strncasecmp(), so do this instead of a
standalone function, to save code space.

Update the prototype in arch-specific headers as needed to avoid warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
2012-12-11 13:17:34 -07:00
..
coldfire Flex bus definition update for Coldfire 5253. 2012-09-20 20:39:41 +08:00
bitops.h ColdFire: Update the bitops for ColdFire platform 2012-09-20 20:37:40 +08:00
byteorder.h
cache.h ColdFire: Add MCF5441x CPU support 2012-10-24 22:27:46 +08:00
config.h Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 2010-10-29 21:32:07 +02:00
errno.h
fec.h cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
fsl_i2c.h
fsl_mcdmafec.h
global_data.h m68k: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:44 -07:00
immap.h ColdFire: Add MCF5441x CPU support 2012-10-24 22:27:46 +08:00
immap_520x.h
immap_547x_8x.h
immap_5227x.h
immap_5235.h
immap_5249.h
immap_5253.h
immap_5271.h
immap_5272.h
immap_5275.h
immap_5282.h
immap_5301x.h
immap_5329.h
immap_5441x.h ColdFire: Add MCF5441x CPU support 2012-10-24 22:27:46 +08:00
immap_5445x.h
io.h ColdFire: Add clear and set bits macros for ColdFire platform 2012-09-20 20:39:26 +08:00
m520x.h
m547x_8x.h
m5227x.h
m5235.h
m5249.h
m5253.h
m5271.h ColdFire: Queued SPI driver 2012-09-20 20:39:27 +08:00
m5272.h
m5275.h
m5282.h
m5301x.h
m5329.h
m5441x.h ColdFire: Add MCF5441x CPU support 2012-10-24 22:27:46 +08:00
m5445x.h
posix_types.h
processor.h
ptrace.h
rtc.h
string.h Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
timer.h
types.h
u-boot.h m68k: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:44 -07:00
uart.h
unaligned.h