summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/refcode/refcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/refcode/refcode.h')
-rw-r--r--src/soc/intel/broadwell/refcode/refcode.h15
1 files changed, 15 insertions, 0 deletions
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