TianoCore EDK2 master
Loading...
Searching...
No Matches
XenInfo.h
Go to the documentation of this file.
1
9#ifndef __XEN_INFO_H__
10#define __XEN_INFO_H__
11
12#define EFI_XEN_INFO_GUID \
13 { 0xd3b46f3b, 0xd441, 0x1244, {0x9a, 0x12, 0x0, 0x12, 0x27, 0x3f, 0xc1, 0x4d } }
14
15typedef struct {
27 VOID *RsdpPvh;
29
30extern EFI_GUID gEfiXenInfoGuid;
31
32#endif
UINT16 VersionMajor
Definition: XenInfo.h:19
VOID * RsdpPvh
Definition: XenInfo.h:27
UINT16 VersionMinor
Definition: XenInfo.h:23
Definition: Base.h:213