summaryrefslogtreecommitdiffstats
path: root/init/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'init/log.h')
-rw-r--r--init/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/log.h b/init/log.h
index 4aac3df..e9cb65a 100644
--- a/init/log.h
+++ b/init/log.h
@@ -23,6 +23,6 @@
#define NOTICE(x...) KLOG_NOTICE("init", x)
#define INFO(x...) KLOG_INFO("init", x)
-#define LOG_UEVENTS 0 /* log uevent messages if 1. verbose */
+extern int log_callback(int type, const char *fmt, ...);
#endif