Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: firmware/stub/include/biosincludes.h

Issue 2919010: Add tpm lite to vboot reference (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firmware/linktest/main.c ('k') | firmware/stub/include/tpmextras.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_*/
« no previous file with comments | « firmware/linktest/main.c ('k') | firmware/stub/include/tpmextras.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698