Home
last modified time | relevance | path

Searched refs:KERN_SOH (Results 1 – 1 of 1) sorted by relevance

/tools/include/linux/
Dkern_levels.h5 #define KERN_SOH "" /* ASCII Start Of Header */ macro
8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
9 #define KERN_ALERT KERN_SOH "" /* action must be taken immediately */
10 #define KERN_CRIT KERN_SOH "" /* critical conditions */
11 #define KERN_ERR KERN_SOH "" /* error conditions */
12 #define KERN_WARNING KERN_SOH "" /* warning conditions */
13 #define KERN_NOTICE KERN_SOH "" /* normal but significant condition */
14 #define KERN_INFO KERN_SOH "" /* informational */
15 #define KERN_DEBUG KERN_SOH "" /* debug-level messages */
17 #define KERN_DEFAULT KERN_SOH "" /* the default kernel loglevel */