Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
imm.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/parport.h>
#include <linux/workqueue.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_host.h>
#include "imm.h"

Go to the source code of this file.

Data Structures

struct  imm_struct
 

Macros

#define IMM_PROBE_SPP   0x0001
 
#define IMM_PROBE_PS2   0x0002
 
#define IMM_PROBE_ECR   0x0010
 
#define IMM_PROBE_EPP17   0x0100
 
#define IMM_PROBE_EPP19   0x0200
 

Functions

 module_init (imm_driver_init)
 
 module_exit (imm_driver_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define IMM_PROBE_ECR   0x0010

Definition at line 29 of file imm.c.

#define IMM_PROBE_EPP17   0x0100

Definition at line 30 of file imm.c.

#define IMM_PROBE_EPP19   0x0200

Definition at line 31 of file imm.c.

#define IMM_PROBE_PS2   0x0002

Definition at line 28 of file imm.c.

#define IMM_PROBE_SPP   0x0001

Definition at line 27 of file imm.c.

Function Documentation

module_exit ( imm_driver_exit  )
module_init ( imm_driver_init  )
MODULE_LICENSE ( "GPL"  )