blob: dba4dca03fd28ee2eca8593e9e8db5c754a3db1c (
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 0x4D5F4f5341434950 /* 'PICASO_M' */
#define FSPS_UPD_SIGNATURE 0x535F4f5341434950 /* 'PICASO_S' */
#endif
|