Correzioni rimaste indietro ed espansione funzioni del resolver.
[gapil.git] / listati / printk_prio.c
1 #define KERN_EMERG    "<0>"  /* system is unusable               */
2 #define KERN_ALERT    "<1>"  /* action must be taken immediately */
3 #define KERN_CRIT     "<2>"  /* critical conditions              */
4 #define KERN_ERR      "<3>"  /* error conditions                 */
5 #define KERN_WARNING  "<4>"  /* warning conditions               */
6 #define KERN_NOTICE   "<5>"  /* normal but significant condition */
7 #define KERN_INFO     "<6>"  /* informational                    */
8 #define KERN_DEBUG    "<7>"  /* debug-level messages             */