VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/Include/Guid/PayloadCommandLine.h@ 109091

Last change on this file since 109091 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 647 bytes
Line 
1/** @file
2 Define the structure for the Payload command line Hob.
3
4Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
5SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef PAYLOAD_COMMAND_LINE_H_
10#define PAYLOAD_COMMAND_LINE_H_
11
12#include <Uefi.h>
13#include <UniversalPayload/UniversalPayload.h>
14
15#pragma pack (1)
16
17typedef struct {
18 UNIVERSAL_PAYLOAD_GENERIC_HEADER Header;
19 UINT32 Count;
20 CHAR8 CommandLine[0];
21} UNIVERSAL_PAYLOAD_COMMAND_LINE;
22
23#pragma pack()
24
25#define UNIVERSAL_PAYLOAD_COMMAND_LINE_REVISION 1
26
27extern GUID gEdkiiPayloadCommandLineGuid;
28#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette