/** @file FspUpd.h @copyright Copyright (c) 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent This file is automatically generated. Please do NOT modify !!! **/ #ifndef __FSPUPD_H__ #define __FSPUPD_H__ #include #pragma pack(1) #define FSPT_UPD_SIGNATURE 0x545F4450554C4754 /* 'TGLUPD_T' */ #define FSPM_UPD_SIGNATURE 0x4D5F4450554C4754 /* 'TGLUPD_M' */ #define FSPS_UPD_SIGNATURE 0x535F4450554C4754 /* 'TGLUPD_S' */ #pragma pack() #endif