]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/gdsys/a38x/hre.h
tpm: Convert to use a device parameter
[thirdparty/u-boot.git] / board / gdsys / a38x / hre.h
index 84ce2794fae9b08c84646ca7930e1a993c79dfb6..da983aa452a96f1ebc4e7ab210a18fc5a4ba8dd7 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2013
  * Reinhard Pfau, Guntermann & Drunck GmbH, reinhard.pfau@gdsys.cc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __HRE_H
@@ -33,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 */