summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/refcode/refcode.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-12-31 20:55:23 +0800
committerIru Cai <mytbk920423@gmail.com>2020-12-31 20:55:23 +0800
commit31f7e9e9cffd447e132a64eadc5fc736555ea587 (patch)
tree7fefc7e65e50d44102121e1f35c0f14b0869c0b1 /src/soc/intel/broadwell/refcode/refcode.h
parent1da105df18417410462f1b8cbff9e5241bd2dd3d (diff)
downloadcoreboot-e7240_bdw.tar.xz
broadwell: broadwell_refcode_maine7240_bdw
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