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