coreboot-kgpe-d16/payloads/libpayload/include
Hung-Te Lin 086842a13e Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
The 'VERSION' in CBFS header file is confusing and may conflict when being used
in libpayload.

Change-Id: I24cce0cd73540e38d96f222df0a65414b16f6260
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: http://review.coreboot.org/2098
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
2013-01-04 06:27:33 +01:00
..
armv7/arch libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
arpa Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
pci libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS 2012-12-10 16:45:00 +01:00
powerpc/arch Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
storage libpayload: Export device count in storage interface 2012-11-14 17:39:03 +01:00
sys
usb libpayload: Fix some missing-prototype warnings 2012-11-23 18:17:24 +01:00
x86/arch libpayload: rename i386 to x86 2012-12-14 22:29:17 +01:00
assert.h libpayload: Fix the format string of the assert macro. 2012-11-07 18:36:05 +01:00
cbfs.h libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
cbfs_core.h Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". 2013-01-04 06:27:33 +01:00
coreboot_tables.h libpayload: Add CB_ prefixes to some constants in coreboot_tables.h. 2012-11-09 22:54:04 +01:00
ctype.h
endian.h Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
errno.h
getopt.h
inttypes.h
ipchksum.h Move the definition of ipchksum into its own header file. 2012-11-07 18:30:21 +01:00
kconfig.h libpayload: add kconfig.h 2012-12-14 23:59:05 +01:00
lar.h
libpayload.h libpayload: Add a function to retrieve the rows and cols of the video console. 2012-11-09 19:02:26 +01:00
limits.h
lzma.h
malloc.h
multiboot_tables.h
panel.h
pci.h libpayload: Add definitions for more config space registers. 2012-11-07 18:36:27 +01:00
stdarg.h
stdint.h
stdio.h libpayload: Add the format attribute to functions in stdio.h. 2012-11-07 18:36:14 +01:00
stdlib.h
string.h
strings.h
sysinfo.h libpayload: Use #ifdef for CONFIG_* checks 2012-11-15 18:51:17 +01:00
term.h
unistd.h libpayload: New AHCI, ATA and ATAPI drivers 2012-10-27 02:52:58 +02:00
video_console.h