aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/audit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index e2dd9c124140..b76bfc8efc25 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -89,6 +89,8 @@ extern int audit_classify_arch(int arch);
89 89
90struct filename; 90struct filename;
91 91
92extern void audit_log_session_info(struct audit_buffer *ab);
93
92#ifdef CONFIG_AUDITSYSCALL 94#ifdef CONFIG_AUDITSYSCALL
93/* These are defined in auditsc.c */ 95/* These are defined in auditsc.c */
94 /* Public API */ 96 /* Public API */