From 31f7e9e9cffd447e132a64eadc5fc736555ea587 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 31 Dec 2020 20:55:23 +0800 Subject: broadwell: broadwell_refcode_main --- src/soc/intel/broadwell/refcode/refcode.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/soc/intel/broadwell/refcode/refcode.h (limited to 'src/soc/intel/broadwell/refcode/refcode.h') diff --git a/src/soc/intel/broadwell/refcode/refcode.h b/src/soc/intel/broadwell/refcode/refcode.h new file mode 100644 index 0000000000..2a34ec7593 --- /dev/null +++ b/src/soc/intel/broadwell/refcode/refcode.h @@ -0,0 +1,15 @@ +#ifndef _SOC_INTEL_BROADWELL_REFCODE_REFCODE_H_ +#define _SOC_INTEL_BROADWELL_REFCODE_REFCODE_H_ + +#include "soc/pei_data.h" + +struct EFI_GUID { + char guid[16]; +}; + +extern struct EFI_GUID refcode_ppi_guid; + +int refcode_locate_ppi(struct EFI_GUID *g, int, int, void **ppi); +int broadwell_refcode_main(struct pei_data *pei_data); + +#endif -- cgit v1.2.3