|
Linux Kernel
3.7.1
|
#include "../comedidev.h"Go to the source code of this file.
Data Structures | |
| struct | cnt_board_struct |
Macros | |
| #define | CNT_DRIVER_NAME "ke_counter" |
| #define | PCI_VENDOR_ID_KOLTER 0x1001 |
| #define | CNT_CARD_DEVICE_ID 0x0014 |
Functions | |
| MODULE_DEVICE_TABLE (pci, ke_counter_pci_table) | |
| module_comedi_pci_driver (ke_counter_driver, ke_counter_pci_driver) | |
| MODULE_AUTHOR ("Comedi http://www.comedi.org") | |
| MODULE_DESCRIPTION ("Comedi low-level driver") | |
| MODULE_LICENSE ("GPL") | |
| #define CNT_CARD_DEVICE_ID 0x0014 |
Definition at line 41 of file ke_counter.c.
| #define CNT_DRIVER_NAME "ke_counter" |
Definition at line 39 of file ke_counter.c.
| #define PCI_VENDOR_ID_KOLTER 0x1001 |
Definition at line 40 of file ke_counter.c.
| MODULE_AUTHOR | ( | "Comedi http://www.comedi.org" | ) |
| module_comedi_pci_driver | ( | ke_counter_driver | , |
| ke_counter_pci_driver | |||
| ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| ke_counter_pci_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2