Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
n_r3964.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/interrupt.h>
#include <linux/ptrace.h>
#include <linux/ioport.h>
#include <linux/in.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/signal.h>
#include <linux/ioctl.h>
#include <linux/n_r3964.h>
#include <linux/poll.h>
#include <linux/init.h>
#include <asm/uaccess.h>

Go to the source code of this file.

Macros

#define TRACE(format, args...)   printk("r3964: " format "\n" , ## args)
 
#define TRACE_M(fmt, arg...)   do {} while (0)
 
#define TRACE_PS(fmt, arg...)   do {} while (0)
 
#define TRACE_PE(fmt, arg...)   do {} while (0)
 
#define TRACE_L(fmt, arg...)   do {} while (0)
 
#define TRACE_Q(fmt, arg...)   do {} while (0)
 

Functions

 module_init (r3964_init)
 
 module_exit (r3964_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS_LDISC (N_R3964)
 

Macro Definition Documentation

#define TRACE (   format,
  args... 
)    printk("r3964: " format "\n" , ## args)

Definition at line 85 of file n_r3964.c.

#define TRACE_L (   fmt,
  arg... 
)    do {} while (0)

Definition at line 105 of file n_r3964.c.

#define TRACE_M (   fmt,
  arg... 
)    do {} while (0)

Definition at line 90 of file n_r3964.c.

#define TRACE_PE (   fmt,
  arg... 
)    do {} while (0)

Definition at line 100 of file n_r3964.c.

#define TRACE_PS (   fmt,
  arg... 
)    do {} while (0)

Definition at line 95 of file n_r3964.c.

#define TRACE_Q (   fmt,
  arg... 
)    do {} while (0)

Definition at line 110 of file n_r3964.c.

Function Documentation

MODULE_ALIAS_LDISC ( N_R3964  )
module_exit ( r3964_exit  )
module_init ( r3964_init  )
MODULE_LICENSE ( "GPL"  )