]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Include/Guid/EarlyPL011BaseAddress.h
EmulatorPkg: Add NetworkPkg/NetworkPkg.dec as the package dependency
[mirror_edk2.git] / ArmVirtPkg / 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
9792fb0e 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
de5f5e93
LE
8\r
9**/\r
10\r
11#ifndef __EARLY_PL011_BASE_ADDRESS_H__\r
12#define __EARLY_PL011_BASE_ADDRESS_H__\r
13\r
14#define EARLY_PL011_BASE_ADDRESS_GUID { \\r
15 0xB199DEA9, 0xFD5C, 0x4A84, \\r
16 { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } \\r
17 }\r
18\r
19extern EFI_GUID gEarlyPL011BaseAddressGuid;\r
20\r
21#endif\r