ckrm-E14
[linux-2.6.git] / include / linux / klog.h
1 /*
2  * KLOG         Generic Logging facility built upon the relayfs infrastructure
3  *
4  * Authors:     Hubertus Frankeh  (frankeh@us.ibm.com)
5  *              Tom Zanussi  (zanussi@us.ibm.com)
6  *
7  *              Please direct all questions/comments to zanussi@us.ibm.com
8  *
9  *              Copyright (C) 2003, IBM Corp
10  *
11  *
12  *              This program is free software; you can redistribute it and/or
13  *              modify it under the terms of the GNU General Public License
14  *              as published by the Free Software Foundation; either version
15  *              2 of the License, or (at your option) any later version.
16  */
17
18 #ifndef _LINUX_KLOG_H
19 #define _LINUX_KLOG_H
20
21 extern int klog(const char *fmt, ...);
22 extern int klog_raw(const char *buf,int len); 
23
24 #endif  /* _LINUX_KLOG_H */