| Index: firmware/stub/include/biosincludes.h
|
| diff --git a/firmware/stub/include/biosincludes.h b/firmware/stub/include/biosincludes.h
|
| index ac0159d89f05146747f2379494320b79c7c08f3f..fe49d24bd0005a9029f9904a3e93fee2e095ea59 100644
|
| --- a/firmware/stub/include/biosincludes.h
|
| +++ b/firmware/stub/include/biosincludes.h
|
| @@ -29,6 +29,9 @@ typedef unsigned size_t;
|
| #define PRIu64 "%ll"
|
| extern void debug(const char *format, ...);
|
|
|
| +#define POSSIBLY_UNUSED
|
| +#define INLINE
|
| +
|
| #endif
|
|
|
| #endif /*CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_*/
|
|
|