summaryrefslogtreecommitdiff
path: root/UefiPayloadPkg/Include/Guid/UniversalPayloadBase.h
blob: 60f2aa37dd3ede0f002f2e74280ccfa8edb5e58c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** @file
  Universal Payload general definitions.

Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef UNIVERSAL_PAYLOAD_BASE_H_
#define UNIVERSAL_PAYLOAD_BASE_H_

extern GUID  gUniversalPayloadBaseGuid;

typedef struct {
  UNIVERSAL_PAYLOAD_GENERIC_HEADER    Header;
  EFI_PHYSICAL_ADDRESS                Entry;
} UNIVERSAL_PAYLOAD_BASE;

#endif // UNIVERSAL_PAYLOAD_BASE_H_