Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
oztrace.h File Reference
#include "ozconfig.h"

Go to the source code of this file.

Macros

#define TRACE_PREFIX   KERN_ALERT "OZWPAN: "
 
#define oz_trace(...)
 
#define oz_trace2(...)
 
#define OZ_TRACE_STREAM   0x1
 
#define OZ_TRACE_URB   0x2
 
#define OZ_TRACE_CTRL_DETAIL   0x4
 
#define OZ_TRACE_HUB   0x8
 
#define OZ_TRACE_RX_FRAMES   0x10
 
#define OZ_TRACE_TX_FRAMES   0x20
 

Macro Definition Documentation

#define oz_trace (   ...)

Definition at line 23 of file oztrace.h.

#define oz_trace2 (   ...)

Definition at line 24 of file oztrace.h.

#define OZ_TRACE_CTRL_DETAIL   0x4

Definition at line 29 of file oztrace.h.

#define OZ_TRACE_HUB   0x8

Definition at line 30 of file oztrace.h.

#define OZ_TRACE_RX_FRAMES   0x10

Definition at line 31 of file oztrace.h.

#define OZ_TRACE_STREAM   0x1

Definition at line 27 of file oztrace.h.

#define OZ_TRACE_TX_FRAMES   0x20

Definition at line 32 of file oztrace.h.

#define OZ_TRACE_URB   0x2

Definition at line 28 of file oztrace.h.

#define TRACE_PREFIX   KERN_ALERT "OZWPAN: "

Definition at line 10 of file oztrace.h.