#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/pci.h>
#include <linux/can/dev.h>
#include "c_can.h"
Go to the source code of this file.
|
| #define | C_CAN_ID(_vend, _dev, _driverdata) |
| |
| #define C_CAN_ID |
( |
|
_vend, |
|
|
|
_dev, |
|
|
|
_driverdata |
|
) |
| |
Value:{ \
PCI_DEVICE(_vend, _dev), \
.driver_data = (
unsigned long)&_driverdata, \
}
Definition at line 200 of file c_can_pci.c.
- Enumerator:
| C_CAN_REG_ALIGN_16 |
|
| C_CAN_REG_ALIGN_32 |
|
Definition at line 22 of file c_can_pci.c.
| MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
c_can_pci_tbl |
|
|
) |
| |
| MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
| module_pci_driver |
( |
c_can_pci_driver |
| ) |
|