blob: c9202cea9cb3df1eafd6989d873915960b5c947f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/** @file
*
* This file is automatically generated.
*
*/
#ifndef __FSPUPD_H__
#define __FSPUPD_H__
#ifdef EFI32
# include <FspEas.h>
# include <stdint.h>
#else
# include <fsp_h_c99.h>
#endif
#define FSPM_UPD_SIGNATURE 0x4d5f454e415a4543 /* 'CEZANE_M' */
#define FSPS_UPD_SIGNATURE 0x535f454e415a4543 /* 'CEZANE_S' */
#endif
|