|
Linux Kernel
3.7.1
|
#include <linux/string.h>#include <linux/slab.h>#include "../comedi.h"#include "../comedilib.h"#include "../comedidev.h"Go to the source code of this file.
Data Structures | |
| struct | BondedDevice |
| struct | comedi_bond_private |
Macros | |
| #define | MAX_CHANS 256 |
| #define | MAX_BOARD_NAME 256 |
| #define | LSAMPL_BITS (sizeof(unsigned int)*8) |
Functions | |
| module_comedi_driver (bonding_driver) | |
| MODULE_AUTHOR ("Calin A. Culianu") | |
| MODULE_DESCRIPTION ("comedi_bond: A driver for COMEDI to bond multiple COMEDI ""devices together as one. In the words of John Lennon: ""'And the world will live as one...'") | |
| MODULE_LICENSE ("GPL") | |
| #define MAX_BOARD_NAME 256 |
Definition at line 77 of file comedi_bond.c.
| #define MAX_CHANS 256 |
Definition at line 60 of file comedi_bond.c.
| MODULE_AUTHOR | ( | "Calin A. Culianu" | ) |
| module_comedi_driver | ( | bonding_driver | ) |
| MODULE_DESCRIPTION | ( | "comedi_bond: A driver for COMEDI to bond multiple COMEDI ""devices together as one. In the words of John Lennon: ""'And the world will live as one...'" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2