|
BEST PCIe driver
|
Char driver for direct PreDAC. More...
Go to the source code of this file.
Data Structures | |
| struct | predac_dev_struct |
Functions | |
| int | predac_dev_create (struct predac_dev_struct *dev, struct class *best_class) |
| Creates new PreDAC char device. More... | |
| void | predac_dev_remove (struct predac_dev_struct *dev, struct class *best_class) |
| Removes PreDAC char device. More... | |
Char driver for direct PreDAC.
| int predac_dev_create | ( | struct predac_dev_struct * | dev, |
| struct class * | best_class | ||
| ) |
Creates new PreDAC char device.
| dev | Structure with PreDAC info |
| best_class | Class which this device will be part of |
| void predac_dev_remove | ( | struct predac_dev_struct * | dev, |
| struct class * | best_class | ||
| ) |
Removes PreDAC char device.
| dev | Structure with PreDAC info |
| best_class | Class which this device will be part of |