]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/tpm/tpm_private.h
tpm: Convert drivers to use SPDX
[karo-tx-uboot.git] / drivers / tpm / tpm_private.h
index 888a074d35ab78a55e6667cf8e131372ed267038..daaf8b80291165a688acce395deda37c7b452760 100644 (file)
@@ -129,7 +129,8 @@ struct tpm_cmd_t {
 
 struct tpm_chip *tpm_register_hardware(const struct tpm_vendor_specific *);
 
-int tpm_vendor_init(uint32_t dev_addr);
+struct udevice;
+int tpm_vendor_init(struct udevice *dev);
 
 void tpm_vendor_cleanup(struct tpm_chip *chip);