coreboot-kgpe-d16/payloads/libpayload/include
Gabe Black 93ded5905c libpayload: Turn the "debug" #define into the usb_debug static inline function.
The "debug" macro used internally in the libpayload USB subsystem was very
generically named and would leak into consumers of the library that included
usb.h directly or indirectly. This change turns that #define from a macro into
a static inline function to move away from the preprocessor, and also renames
it to usb_debug so it's less likely to collide with something unrelated.

Change-Id: I18717df111aa9671495f8a2a5bdb2c6311fa7acf
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/1738
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
2012-11-07 18:38:37 +01:00
..
arpa Some more POSIX compatibility 2011-02-14 19:23:33 +00:00
i386/arch Include stdint.h in libpayload's rdtsc.h. 2012-11-07 18:30:04 +01:00
pci libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
powerpc/arch libpayload update 2010-03-25 22:15:19 +00:00
storage libpayload: New AHCI, ATA and ATAPI drivers 2012-10-27 02:52:58 +02:00
sys libpayload: Some more compatibility (for flashrom) 2011-08-17 16:26:20 +02:00
usb libpayload: Turn the "debug" #define into the usb_debug static inline function. 2012-11-07 18:38:37 +01:00
assert.h libpayload: Fix the format string of the assert macro. 2012-11-07 18:36:05 +01:00
cbfs.h libpayload: Allow using CBFS functions on images in RAM 2012-01-26 12:27:24 +01:00
cbfs_core.h libpayload: export get_cbfs_header() 2011-08-18 22:02:53 +02:00
coreboot_tables.h Move the definition of ipchksum into its own header file. 2012-11-07 18:30:21 +01:00
ctype.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
errno.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
getopt.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
inttypes.h libpayload: Some more compatibility (for flashrom) 2011-08-17 16:26:20 +02:00
ipchksum.h Move the definition of ipchksum into its own header file. 2012-11-07 18:30:21 +01:00
lar.h
libpayload.h Move the definition of ipchksum into its own header file. 2012-11-07 18:30:21 +01:00
limits.h libpayload: Improve compatibility 2011-07-16 11:09:28 +02:00
lzma.h libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
malloc.h libpayload: Provide atol(), malloc.h 2011-07-07 22:29:53 +02:00
multiboot_tables.h
panel.h libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
pci.h libpayload: Add definitions for more config space registers. 2012-11-07 18:36:27 +01:00
stdarg.h libpayload: Improve compatibility 2011-07-16 11:09:28 +02:00
stdint.h Some more standard types and defines (libpayload) 2011-03-01 07:13:10 +00:00
stdio.h libpayload: Add the format attribute to functions in stdio.h. 2012-11-07 18:36:14 +01:00
stdlib.h libpayload: Some more compatibility (for flashrom) 2011-08-17 16:26:20 +02:00
string.h libpayload: Implement strlcpy 2011-07-07 22:29:35 +02:00
strings.h libpayload: Implement ffs() 2011-03-01 07:23:49 +00:00
sysinfo.h Update the way serial info is read from the coreboot tables. 2012-11-07 18:30:40 +01:00
term.h libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
unistd.h libpayload: New AHCI, ATA and ATAPI drivers 2012-10-27 02:52:58 +02:00
video_console.h