7 lines
94 B
C
7 lines
94 B
C
#ifndef _BITS_SYSLOG_H
|
|
#define _BITS_SYSLOG_H
|
|
|
|
#define LOG_MASK(pri) (1<<(pri))
|
|
|
|
#endif
|