summaryrefslogtreecommitdiff
path: root/board/gdsys/a38x/hre.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gdsys/a38x/hre.h')
-rw-r--r--board/gdsys/a38x/hre.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gdsys/a38x/hre.h b/board/gdsys/a38x/hre.h
index b562928a64..da983aa452 100644
--- a/board/gdsys/a38x/hre.h
+++ b/board/gdsys/a38x/hre.h
@@ -32,6 +32,6 @@ enum {
};
int hre_verify_program(struct key_program *prg);
-int hre_run_program(const uint8_t *code, size_t code_size);
+int hre_run_program(struct udevice *tpm, const uint8_t *code, size_t code_size);
#endif /* __HRE_H */