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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « firmware/include/sysincludes.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5 #ifndef CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_
6 #define CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_
7
8 /*
9 * This file is a placeholder for the includes supplied by the BIOS
10 * compilation environment. This file is included if and only if
11 * CHROMEOS_ENVIRONMENT is not defined at compilation time.
12 */
13
14 #endif /*CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_*/
OLDNEW
« 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