|
Linux Kernel
3.7.1
|
#include "../comedidev.h"#include <linux/interrupt.h>#include <linux/ioport.h>#include "comedi_fc.h"Go to the source code of this file.
Data Structures | |
| struct | parport_private |
Macros | |
| #define | PARPORT_SIZE 3 |
| #define | PARPORT_A 0 |
| #define | PARPORT_B 1 |
| #define | PARPORT_C 2 |
Functions | |
| module_comedi_driver (parport_driver) | |
| MODULE_AUTHOR ("Comedi http://www.comedi.org") | |
| MODULE_DESCRIPTION ("Comedi low-level driver") | |
| MODULE_LICENSE ("GPL") | |
| #define PARPORT_A 0 |
Definition at line 92 of file comedi_parport.c.
| #define PARPORT_B 1 |
Definition at line 93 of file comedi_parport.c.
| #define PARPORT_C 2 |
Definition at line 94 of file comedi_parport.c.
| #define PARPORT_SIZE 3 |
Definition at line 90 of file comedi_parport.c.
| MODULE_AUTHOR | ( | "Comedi http://www.comedi.org" | ) |
| module_comedi_driver | ( | parport_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2