apalis-tk1: fix setting fdtfile value
[oweals/u-boot.git] / lib / tpm-utils.h
index ac95f262f56a9ebbf60dd0ff605b3a2d4baef0a2..d680d140884371e36d292395747bf4b7a7330804 100644 (file)
@@ -78,6 +78,7 @@ u32 tpm_return_code(const void *response);
  *                     is a bidirectional
  * @return return code of the TPM response
  */
-u32 tpm_sendrecv_command(const void *command, void *response, size_t *size_ptr);
+u32 tpm_sendrecv_command(struct udevice *dev, const void *command,
+                        void *response, size_t *size_ptr);
 
 #endif /* __TPM_UTILS_H */