]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/tpm/tpm_private.h
tpm: Support using driver model with I2C
[karo-tx-uboot.git] / drivers / tpm / tpm_private.h
index 888a074d35ab78a55e6667cf8e131372ed267038..8894c98e6a87dc6aad2e01ef57a29d1467527d2f 100644 (file)
@@ -131,6 +131,9 @@ 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_dev(struct udevice *dev);
+
 void tpm_vendor_cleanup(struct tpm_chip *chip);