X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Ftpm.h;h=da158f06e0b2fec35f10e2faea57d806696e4d20;hb=39fada55274241d50e27eb961cc9280b5b6121fb;hp=706e63eea0800123d50dae79cfae327f6dacaa51;hpb=3273cba1956437820ae25d98e3ae57d1c094205c;p=karo-tx-linux.git diff --git a/include/linux/tpm.h b/include/linux/tpm.h index 706e63eea080..da158f06e0b2 100644 --- a/include/linux/tpm.h +++ b/include/linux/tpm.h @@ -33,7 +33,12 @@ struct tpm_chip; struct trusted_key_payload; struct trusted_key_options; +enum TPM_OPS_FLAGS { + TPM_OPS_AUTO_STARTUP = BIT(0), +}; + struct tpm_class_ops { + unsigned int flags; const u8 req_complete_mask; const u8 req_complete_val; bool (*req_canceled)(struct tpm_chip *chip, u8 status);