Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <linux/if_ether.h>
#include <linux/can.h>
#include <linux/can/dev.h>
#include <linux/slab.h>
#include <net/rtnetlink.h>
Go to the source code of this file.
Functions | |
MODULE_DESCRIPTION ("virtual CAN interface") | |
MODULE_LICENSE ("Dual BSD/GPL") | |
MODULE_AUTHOR ("Urs Thuermann <[email protected]>") | |
module_param (echo, bool, S_IRUGO) | |
MODULE_PARM_DESC (echo,"Echo sent frames (for testing). Default: 0 (Off)") | |
module_init (vcan_init_module) | |
module_exit (vcan_cleanup_module) | |
MODULE_AUTHOR | ( | "Urs Thuermann <[email protected]>" | ) |
module_exit | ( | vcan_cleanup_module | ) |
module_init | ( | vcan_init_module | ) |
MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |