summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/Tools/Tests/ExpectedFspUpd.h
blob: be2ed8aa991b9b43f822405df714f3d939480d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __FSPUPD_H__
#define __FSPUPD_H__

#include <FspEas.h>

#pragma pack(1)

#define FSPT_UPD_SIGNATURE               0x545F4450554D4551        /* 'QEMUPD_T' */

#define FSPM_UPD_SIGNATURE               0x4D5F4450554D4551        /* 'QEMUPD_M' */

#define FSPS_UPD_SIGNATURE               0x535F4450554D4551        /* 'QEMUPD_S' */

#pragma pack()

#endif