Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfs
[linux-2.6-microblaze.git] / drivers / char / tpm / tpm_tis_core.h
index 9b2d32a..b2a3c6c 100644 (file)
@@ -83,6 +83,7 @@ enum tis_defaults {
 
 enum tpm_tis_flags {
        TPM_TIS_ITPM_WORKAROUND         = BIT(0),
+       TPM_TIS_INVALID_STATUS          = BIT(1),
 };
 
 struct tpm_tis_data {
@@ -90,7 +91,7 @@ struct tpm_tis_data {
        int locality;
        int irq;
        bool irq_tested;
-       unsigned int flags;
+       unsigned long flags;
        void __iomem *ilb_base_addr;
        u16 clkrun_enabled;
        wait_queue_head_t int_queue;