diff options
Diffstat (limited to 'security/ipe/ipe.h')
-rw-r--r-- | security/ipe/ipe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ipe/ipe.h b/security/ipe/ipe.h index 7f1c818193a0..4aa18d1d0525 100644 --- a/security/ipe/ipe.h +++ b/security/ipe/ipe.h @@ -14,4 +14,6 @@ #include <linux/lsm_hooks.h> struct ipe_superblock *ipe_sb(const struct super_block *sb); +extern bool ipe_enabled; + #endif /* _IPE_H */ |