]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Include/Tiano.h
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / Tiano.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 Tiano.h\r
15\r
16Abstract:\r
17\r
18 Tiano master include file.\r
19\r
20 This is the main include file for Tiano components. \r
21\r
22 Don't add include files to the list for convenience, only add things\r
23 that are architectural. Don't add Protocols or GUID include files here\r
24\r
25--*/\r
26\r
27#ifndef _TIANO_H_\r
28#define _TIANO_H_\r
29\r
30//\r
31// Check to make sure EFI_SPECIFICATION_VERSION and TIANO_RELEASE_VERSION are defined.\r
32//\r
33#if !defined(EFI_SPECIFICATION_VERSION)\r
34 #error EFI_SPECIFICATION_VERSION not defined\r
35#elif !defined(TIANO_RELEASE_VERSION)\r
36 #error TIANO_RELEASE_VERSION not defined\r
37#elif (TIANO_RELEASE_VERSION == 0)\r
38 #error TIANO_RELEASE_VERSION can not be zero\r
39#elif (EFI_SPECIFICATION_VERSION <= 0x00020000)\r
40 #define TIANO_EXTENSION_FLAG\r
41#endif\r
42\r
43#include "TianoCommon.h"\r
44#include "TianoApi.h"\r
45#include "EfiDebug.h"\r
46#include "TianoDevicePath.h"\r
47#include "EfiSpec.h"\r
48\r
49//\r
50// EFI Revision information\r
51//\r
52#define EFI_FIRMWARE_MAJOR_REVISION 0x1000\r
53#define EFI_FIRMWARE_MINOR_REVISION 1\r
54#define EFI_FIRMWARE_REVISION ((EFI_FIRMWARE_MAJOR_REVISION << 16) | (EFI_FIRMWARE_MINOR_REVISION))\r
55\r
56#endif\r