summaryrefslogtreecommitdiff
path: root/firmware/stub/include/biosincludes.h
blob: 9ed4eaba1503e308a7ccf4cce01e7d932a12eb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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_*/