aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index 1a12718..966f704 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -77,6 +77,8 @@ struct platform_ocapi {
* brick 1 lanes */
};
+struct dt_node;
+
/*
* Each platform can provide a set of hooks
* that can affect the generic code
@@ -250,6 +252,12 @@ struct platform {
*/
void (*op_display)(enum op_severity sev, enum op_module mod,
uint16_t code);
+
+ /*
+ * VPD load.
+ * Currently FSP specific.
+ */
+ void (*vpd_iohub_load)(struct dt_node *hub_node);
};
extern struct platform __platforms_start;