#include <linux/interrupt.h>
#include <linux/slab.h>
#include "../comedidev.h"
#include "mite.h"
Go to the source code of this file.
#define AO_CHAN_OFFSET 0x0c |
#define AO_CONTROL_OFFSET 0x10 |
#define AO_STATUS_OFFSET 0x10 |
#define AO_VALUE_OFFSET 0x00 |
#define DIO_PORT0_DATA_OFFSET 0x24 |
#define DIO_PORT0_DIR_OFFSET 0x20 |
#define DIO_PORT1_DATA_OFFSET 0x2c |
#define DIO_PORT1_DIR_OFFSET 0x28 |
#define MISC_CONTROL_OFFSET 0x14 |
#define MISC_STATUS_OFFSET 0x14 |
MODULE_AUTHOR |
( |
"Comedi http://www.comedi.org" |
| ) |
|
module_comedi_pci_driver |
( |
ni_670x_driver |
, |
|
|
ni_670x_pci_driver |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
ni_670x_pci_table |
|
|
) |
| |