|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/interrupt.h>#include <linux/delay.h>#include <linux/netdevice.h>#include <linux/if_arp.h>#include <linux/if_ether.h>#include <linux/list.h>#include <linux/can/dev.h>#include <linux/can/error.h>#include <linux/io.h>#include "mscan.h"Go to the source code of this file.
Data Structures | |
| struct | mscan_state |
Functions | |
| int | register_mscandev (struct net_device *dev, int mscan_clksrc) |
| void | unregister_mscandev (struct net_device *dev) |
| struct net_device * | alloc_mscandev (void) |
| MODULE_AUTHOR ("Andrey Volkov <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_DESCRIPTION ("CAN port driver for a MSCAN based chips") | |
|
read |
| MODULE_AUTHOR | ( | "Andrey Volkov <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| int register_mscandev | ( | struct net_device * | dev, |
| int | mscan_clksrc | ||
| ) |
| void unregister_mscandev | ( | struct net_device * | dev | ) |
1.8.2