chiark / gitweb /
[PATCH] volume-id build fix and update
[elogind.git] / klibc / klibc / include / sys / klog.h
1 /*
2  * sys/klog.h
3  */
4
5 #ifndef _SYS_KLOG_H
6 #define _SYS_KLOG_H
7
8 #include <klibc/extern.h>
9
10 #define KLOG_CLOSE      0
11 #define KLOG_OPEN       1
12 #define KLOG_READ       2
13 #define KLOG_READ_ALL   3
14 #define KLOG_READ_CLEAR 4
15 #define KLOG_CLEAR      5
16 #define KLOG_DISABLE    6
17 #define KLOG_ENABLE     7
18 #define KLOG_SETLEVEL   8
19 #define KLOG_UNREADSIZE 9
20 #define KLOG_WRITE      10
21
22 __extern int klogctl(int, char *, int);
23
24 #endif /* _SYS_KLOG_H */