|
BEST PCIe driver
|
Char driver for mailbox comm. More...
Go to the source code of this file.
Data Structures | |
| struct | mailbox_dev_struct |
Functions | |
| int | mailbox_dev_create (struct mailbox_dev_struct *dev, struct class *best_class) |
| Creates new Mailbox char device. More... | |
| void | mailbox_dev_remove (struct mailbox_dev_struct *dev, struct class *best_class) |
| Removes Mailbox char device. More... | |
Char driver for mailbox comm.
| int mailbox_dev_create | ( | struct mailbox_dev_struct * | dev, |
| struct class * | best_class | ||
| ) |
Creates new Mailbox char device.
| dev | Structure with Mailbox info |
| best_class | Class which this device will be part of |
| void mailbox_dev_remove | ( | struct mailbox_dev_struct * | dev, |
| struct class * | best_class | ||
| ) |
Removes Mailbox char device.
| dev | Structure with Mailbox info |
| best_class | Class which this device will be part of |