Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
debug.h
Go to the documentation of this file.
1 #ifndef __NOUVEAU_DEBUG_H__
2 #define __NOUVEAU_DEBUG_H__
3 
4 #define NV_DBG_FATAL 0
5 #define NV_DBG_ERROR 1
6 #define NV_DBG_WARN 2
7 #define NV_DBG_INFO 3
8 #define NV_DBG_DEBUG 4
9 #define NV_DBG_TRACE 5
10 #define NV_DBG_PARANOIA 6
11 #define NV_DBG_SPAM 7
12 
13 #endif