Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
cio_debug.h File Reference
#include <asm/debug.h>

Go to the source code of this file.

Macros

#define CIO_TRACE_EVENT(imp, txt)
 
#define CIO_MSG_EVENT(imp, args...)
 
#define CIO_CRW_EVENT(imp, args...)
 

Variables

debug_info_tcio_debug_msg_id
 
debug_info_tcio_debug_trace_id
 
debug_info_tcio_debug_crw_id
 

Macro Definition Documentation

#define CIO_CRW_EVENT (   imp,
  args... 
)
Value:
do { \
debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
} while (0)

Definition at line 19 of file cio_debug.h.

#define CIO_MSG_EVENT (   imp,
  args... 
)
Value:
do { \
debug_sprintf_event(cio_debug_msg_id, imp , ##args); \
} while (0)

Definition at line 15 of file cio_debug.h.

#define CIO_TRACE_EVENT (   imp,
  txt 
)
Value:
do { \
debug_text_event(cio_debug_trace_id, imp, txt); \
} while (0)

Definition at line 11 of file cio_debug.h.

Variable Documentation

debug_info_t* cio_debug_crw_id

Definition at line 46 of file cio.c.

debug_info_t* cio_debug_msg_id

Definition at line 44 of file cio.c.

debug_info_t* cio_debug_trace_id

Definition at line 45 of file cio.c.