/** @file * * This file is automatically generated. * */ #ifndef __FSPMUPD_H__ #define __FSPMUPD_H__ #include /** Fsp M Configuration **/ typedef struct __packed { uint16_t UpdTerminator; } FSP_M_CONFIG; /** Fsp M UPD Configuration **/ typedef struct __packed { /** Offset 0x0000**/ FSP_UPD_HEADER FspUpdHeader; /** Offset 0x0020**/ FSPM_ARCH_UPD FspmArchUpd; /** Offset 0x0040**/ FSP_M_CONFIG FspmConfig; } FSPM_UPD; #endif