]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/tpm.h
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
[mirror_ubuntu-bionic-kernel.git] / include / linux / tpm.h
index 5a090f5ab3356f5f26bb21581d9a3df8ea488aa0..2a6c3d96b31f0bc52960d134d6318cb57b1396af 100644 (file)
@@ -49,7 +49,8 @@ struct tpm_class_ops {
        bool (*update_timeouts)(struct tpm_chip *chip,
                                unsigned long *timeout_cap);
        int (*request_locality)(struct tpm_chip *chip, int loc);
-       void (*relinquish_locality)(struct tpm_chip *chip, int loc);
+       int (*relinquish_locality)(struct tpm_chip *chip, int loc);
+       void (*clk_enable)(struct tpm_chip *chip, bool value);
 };
 
 #if defined(CONFIG_TCG_TPM) || defined(CONFIG_TCG_TPM_MODULE)