summaryrefslogtreecommitdiff
path: root/CometLakeFspBinPkg/CometLake2/Include/FspUpd.h
blob: 395a7a17da9cb1cefe57f5c8facb92c5a2893aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** @file

Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>

  SPDX-License-Identifier: BSD-2-Clause-Patent

  This file is automatically generated. Please do NOT modify !!!

**/

#ifndef __FSPUPD_H__
#define __FSPUPD_H__

#include <FspEas.h>

#pragma pack(1)

#define FSPT_UPD_SIGNATURE               0x545F4450554C4D43        /* 'CMLUPD_T' */

#define FSPM_UPD_SIGNATURE               0x4D5F4450554C4D43        /* 'CMLUPD_M' */

#define FSPS_UPD_SIGNATURE               0x535F4450554C4D43        /* 'CMLUPD_S' */

#pragma pack()

#endif