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

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

Issue 6792031: Fix vboot_reference-firmware linking error (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 9 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/arch/arm/include/biosincludes.h ('k') | no next file » | 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 bd7e6fd4a5df6449b8690666d4a37109762d372d..1e610f8cc8b05b5d06f5078fe9bd10391a4abe6f 100644
--- a/firmware/stub/include/biosincludes.h
+++ b/firmware/stub/include/biosincludes.h
@@ -24,6 +24,7 @@ typedef unsigned size_t;
#define NULL ((void*) 0)
#endif
+#define UINT32_C(x) ((uint32_t)x)
#define UINT64_C(x) ((uint64_t)x)
#define __attribute__(x)
#define PRIu64 "llu"
« no previous file with comments | « firmware/arch/arm/include/biosincludes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698