Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
fl512.c File Reference
#include "../comedidev.h"
#include <linux/delay.h>
#include <linux/ioport.h>

Go to the source code of this file.

Data Structures

struct  fl512_private
 

Macros

#define DEBUG   0
 
#define FL512_SIZE   16 /* the size of the used memory */
 
#define devpriv   ((struct fl512_private *) dev->private)
 

Functions

 module_comedi_driver (fl512_driver)
 
 MODULE_AUTHOR ("Comedi http://www.comedi.org")
 
 MODULE_DESCRIPTION ("Comedi low-level driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DEBUG   0

Definition at line 19 of file fl512.c.

#define devpriv   ((struct fl512_private *) dev->private)

Definition at line 32 of file fl512.c.

#define FL512_SIZE   16 /* the size of the used memory */

Definition at line 26 of file fl512.c.

Function Documentation

MODULE_AUTHOR ( "Comedi http://www.comedi.org"  )
module_comedi_driver ( fl512_driver  )
MODULE_DESCRIPTION ( "Comedi low-level driver )
MODULE_LICENSE ( "GPL"  )