27 lines
		
	
	
		
			580 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			580 B
		
	
	
	
		
			C
		
	
	
	
	
	
/** @file
 | 
						|
 | 
						|
Copyright (c) 2019, 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               0x545F4450554C4643        /* 'CFLUPD_T' */
 | 
						|
 | 
						|
#define FSPM_UPD_SIGNATURE               0x4D5F4450554C4643        /* 'CFLUPD_M' */
 | 
						|
 | 
						|
#define FSPS_UPD_SIGNATURE               0x535F4450554C4643        /* 'CFLUPD_S' */
 | 
						|
 | 
						|
#pragma pack()
 | 
						|
 | 
						|
#endif
 |