]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/tpm.h
dm: tpm: Convert the TPM command and library to driver model
[karo-tx-uboot.git] / include / tpm.h
index e4472d3ed4e3e3d24e5bb5049be5a832e70be98a..445952b055df71f1f2050ff2b5a6c456f0afc66c 100644 (file)
@@ -349,7 +349,7 @@ int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size,
  *
  * @return 0 on success, non-0 on error.
  */
-uint32_t tpm_init(void);
+int tpm_init(void);
 
 /**
  * Issue a TPM_Startup command.