]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/Include/Guid/EarlyPL011BaseAddress.h
MdeModulePkg/UfsPciHcDxe: Fix EBC build error
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Include / Guid / EarlyPL011BaseAddress.h
CommitLineData
de5f5e93
LE
1/** @file\r
2 GUID for the HOB that caches the base address of the PL011 serial port, for\r
3 when PCD access is not available.\r
4\r
5 Copyright (C) 2014, Red Hat, Inc.\r
6\r
7 This program and the accompanying materials are licensed and made available\r
8 under the terms and conditions of the BSD License that accompanies this\r
9 distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php.\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
13 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef __EARLY_PL011_BASE_ADDRESS_H__\r
18#define __EARLY_PL011_BASE_ADDRESS_H__\r
19\r
20#define EARLY_PL011_BASE_ADDRESS_GUID { \\r
21 0xB199DEA9, 0xFD5C, 0x4A84, \\r
22 { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } \\r
23 }\r
24\r
25extern EFI_GUID gEarlyPL011BaseAddressGuid;\r
26\r
27#endif\r