]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Include/TianoTypes.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / TianoTypes.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, 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 TianoTypes.h\r
15\r
16Abstract:\r
17\r
18 Tiano specific part besides EfiTypes.h\r
19\r
20--*/\r
21\r
22#ifndef _TIANO_TYPES_H_\r
23#define _TIANO_TYPES_H_\r
24\r
25#include "EfiTypes.h"\r
26#include "TianoSpecTypes.h"\r
27\r
28//\r
29// attributes for reserved memory before it is promoted to system memory\r
30//\r
31#define EFI_MEMORY_PRESENT 0x0100000000000000\r
32#define EFI_MEMORY_INITIALIZED 0x0200000000000000\r
33#define EFI_MEMORY_TESTED 0x0400000000000000\r
34\r
35//\r
36// range for memory mapped port I/O on IPF\r
37//\r
38#define EFI_MEMORY_PORT_IO 0x4000000000000000\r
39\r
40//\r
41// A pointer to a function in IPF points to a plabel.\r
42//\r
43typedef struct {\r
44 UINT64 EntryPoint;\r
45 UINT64 GP;\r
46} EFI_PLABEL;\r
47\r
48#endif\r