vendorcode/intel/fsp/rangeley/include: Missing 'fsptypes.h'
Without the inclusion of 'fsptypes.h' the order of inclusion becomes tentative. Change-Id: I6360e4ebac6c414c380a19ef69d39d658ea203bd Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6423 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
This commit is contained in:
parent
aaaef06179
commit
2c3f94454d
|
@ -31,6 +31,8 @@ are permitted provided that the following conditions are met:
|
|||
#ifndef _FSP_API_H_
|
||||
#define _FSP_API_H_
|
||||
|
||||
#include <fsptypes.h>
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
typedef VOID (* CONTINUATION_PROC)(EFI_STATUS Status, VOID *HobListPtr);
|
||||
|
@ -62,4 +64,4 @@ typedef struct {
|
|||
typedef FSP_STATUS (FSPAPI *FSP_FSP_INIT) (FSP_INIT_PARAMS *FspInitParamPtr);
|
||||
typedef FSP_STATUS (FSPAPI *FSP_NOTFY_PHASE) (NOTIFY_PHASE_PARAMS *NotifyPhaseParamPtr);
|
||||
|
||||
#endif
|
||||
#endif /* _FSP_API_H_ */
|
||||
|
|
|
@ -28,10 +28,11 @@ are permitted provided that the following conditions are met:
|
|||
|
||||
**/
|
||||
|
||||
|
||||
#ifndef __PI_FIRMWARE_FILE_H__
|
||||
#define __PI_FIRMWARE_FILE_H__
|
||||
|
||||
#include <fsptypes.h>
|
||||
|
||||
#pragma pack(1)
|
||||
///
|
||||
/// Used to verify the integrity of the file.
|
||||
|
|
|
@ -31,6 +31,8 @@ are permitted provided that the following conditions are met:
|
|||
#ifndef __PI_FIRMWAREVOLUME_H__
|
||||
#define __PI_FIRMWAREVOLUME_H__
|
||||
|
||||
#include <fsptypes.h>
|
||||
|
||||
///
|
||||
/// EFI_FV_FILE_ATTRIBUTES
|
||||
///
|
||||
|
|
|
@ -31,6 +31,8 @@ are permitted provided that the following conditions are met:
|
|||
#ifndef __PI_HOB_H__
|
||||
#define __PI_HOB_H__
|
||||
|
||||
#include <fsptypes.h>
|
||||
|
||||
//
|
||||
// HobType of EFI_HOB_GENERIC_HEADER.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue