Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
pat_internal.h File Reference

Go to the source code of this file.

Data Structures

struct  memtype
 

Macros

#define dprintk(fmt, arg...)   do { if (pat_debug_enable) printk(KERN_INFO fmt, ##arg); } while (0)
 

Variables

int pat_debug_enable
 

Macro Definition Documentation

#define dprintk (   fmt,
  arg... 
)    do { if (pat_debug_enable) printk(KERN_INFO fmt, ##arg); } while (0)

Definition at line 6 of file pat_internal.h.

Variable Documentation

int pat_debug_enable

Definition at line 58 of file pat.c.