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

Unified Diff: firmware/stub/biosincludes.h

Issue 2862019: Provide a means of including BIOS specific definitions when required. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Modify attributes fieldi size to comply with msc limitations Created 10 years, 6 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/include/sysincludes.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/stub/biosincludes.h
diff --git a/firmware/stub/biosincludes.h b/firmware/stub/biosincludes.h
new file mode 100644
index 0000000000000000000000000000000000000000..9ed4eaba1503e308a7ccf4cce01e7d932a12eb3e
--- /dev/null
+++ b/firmware/stub/biosincludes.h
@@ -0,0 +1,14 @@
+/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#ifndef CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_
+#define CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_
+
+/*
+ * This file is a placeholder for the includes supplied by the BIOS
+ * compilation environment. This file is included if and only if
+ * CHROMEOS_ENVIRONMENT is not defined at compilation time.
+ */
+
+#endif /*CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_*/
« no previous file with comments | « firmware/include/sysincludes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698