Last change
on this file since 101297 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
359 bytes
|
Line | |
---|
1 | #ifndef __FSPUPD_H__
|
---|
2 | #define __FSPUPD_H__
|
---|
3 |
|
---|
4 | #include <FspEas.h>
|
---|
5 |
|
---|
6 | #pragma pack(1)
|
---|
7 |
|
---|
8 | #define FSPT_UPD_SIGNATURE 0x545F4450554D4551 /* 'QEMUPD_T' */
|
---|
9 |
|
---|
10 | #define FSPM_UPD_SIGNATURE 0x4D5F4450554D4551 /* 'QEMUPD_M' */
|
---|
11 |
|
---|
12 | #define FSPS_UPD_SIGNATURE 0x535F4450554D4551 /* 'QEMUPD_S' */
|
---|
13 |
|
---|
14 | #pragma pack()
|
---|
15 |
|
---|
16 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.