summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/mendocino/psp_verstage/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/mendocino/psp_verstage/svc.h')
-rw-r--r--src/soc/amd/mendocino/psp_verstage/svc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/mendocino/psp_verstage/svc.h b/src/soc/amd/mendocino/psp_verstage/svc.h
index 941fa763a88e..354d89a2aa7b 100644
--- a/src/soc/amd/mendocino/psp_verstage/svc.h
+++ b/src/soc/amd/mendocino/psp_verstage/svc.h
@@ -141,4 +141,8 @@ struct cmd_param_set_platform_boot_mode {
uint32_t boot_mode;
};
+struct cmd_param_set_fw_hash_table {
+ struct psp_fw_hash_table *ptr_psp_fw_hash_table;
+};
+
#endif /* PSP_VERSTAGE_SVC_H */