|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/timer.h>#include <linux/platform_device.h>#include <linux/netdevice.h>#include <linux/spinlock.h>#include <net/mac802154.h>#include <net/wpan-phy.h>Go to the source code of this file.
Data Structures | |
| struct | fakelb_dev_priv |
| struct | fakelb_priv |
Functions | |
| module_param (numlbs, int, 0) | |
| MODULE_PARM_DESC (numlbs," number of pseudo devices") | |
| module_init (fakelb_init_module) | |
| module_exit (fake_remove_module) | |
| MODULE_LICENSE ("GPL") | |
| module_exit | ( | fake_remove_module | ) |
| module_init | ( | fakelb_init_module | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | numlbs | , |
| int | , | ||
| 0 | |||
| ) |
| MODULE_PARM_DESC | ( | numlbs | , |
| " number of pseudo devices" | |||
| ) |
1.8.2