summaryrefslogtreecommitdiff
path: root/include/linux/syslog.h
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2022-10-04 15:55:55 +0200
committerPetr Mladek <pmladek@suse.com>2022-10-04 15:55:55 +0200
commitc77ae0b86322fe91115d8188cbd3b36ecdb8120e (patch)
tree67caa20cf54a7b44ac5c043ca4a2d5740eb34e82 /include/linux/syslog.h
parentda743a92e5895eb1b225de7d9806274fdbd43061 (diff)
parent78ba392c84c74903b979c1ef5ded93430acd9ad6 (diff)
Merge branch 'rework/kthreads' into for-linus
Diffstat (limited to 'include/linux/syslog.h')
-rw-r--r--include/linux/syslog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/syslog.h b/include/linux/syslog.h
index 86af908e2663..955f80e34d4f 100644
--- a/include/linux/syslog.h
+++ b/include/linux/syslog.h
@@ -8,6 +8,8 @@
#ifndef _LINUX_SYSLOG_H
#define _LINUX_SYSLOG_H
+#include <linux/wait.h>
+
/* Close the log. Currently a NOP. */
#define SYSLOG_ACTION_CLOSE 0
/* Open the log. Currently a NOP. */
@@ -35,5 +37,6 @@
#define SYSLOG_FROM_PROC 1
int do_syslog(int type, char __user *buf, int count, int source);
+extern wait_queue_head_t log_wait;
#endif /* _LINUX_SYSLOG_H */