TianoCore EDK2 master
Loading...
Searching...
No Matches
PayloadCommandLine.h
Go to the documentation of this file.
1
9#ifndef PAYLOAD_COMMAND_LINE_H_
10#define PAYLOAD_COMMAND_LINE_H_
11
12#include <Uefi.h>
14
15#pragma pack (1)
16
17typedef struct {
19 UINT32 Count;
20 CHAR8 CommandLine[0];
22
23#pragma pack()
24
25#define UNIVERSAL_PAYLOAD_COMMAND_LINE_REVISION 1
26
27extern GUID gEdkiiPayloadCommandLineGuid;
28#endif
Definition: Base.h:213