summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/reset.h')
-rw-r--r--src/soc/intel/common/reset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/common/reset.h b/src/soc/intel/common/reset.h
index d9c6ac6228..658223c32a 100644
--- a/src/soc/intel/common/reset.h
+++ b/src/soc/intel/common/reset.h
@@ -3,6 +3,8 @@
#ifndef _INTEL_COMMON_RESET_H_
#define _INTEL_COMMON_RESET_H_
+#include <efi/efi_datatype.h>
+
/*
* Implement SoC specific global reset (i.e. a reset of both host and
* ME partitions). Usually the ME is asked to perform the reset first.
@@ -21,6 +23,6 @@ __noreturn void global_reset(void);
* If reset type if `EfiResetPlatformSpecific` then relying on pch_reset_data structure
* to know if the reset type is a global reset.
*/
-uint32_t fsp_get_pch_reset_status(void);
+efi_return_status_t fsp_get_pch_reset_status(void);
#endif /* _INTEL_COMMON_RESET_H_ */