Implement syslog functionality
This commit is contained in:
committed by
Jeremy Soller
parent
f6528d27dd
commit
4fc80ea7b0
@@ -0,0 +1,6 @@
|
||||
#ifndef _BITS_SYSLOG_H
|
||||
#define _BITS_SYSLOG_H
|
||||
|
||||
#define LOG_MASK(pri) (1<<(pri))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user