|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/proc_fs.h>#include <linux/sysctl.h>#include <linux/input.h>#include <linux/module.h>#include <linux/slab.h>Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (input, mac_hid_emumouse_ids) | |
| module_init (mac_hid_init) | |
| module_exit (mac_hid_exit) | |
| MODULE_DEVICE_TABLE | ( | input | , |
| mac_hid_emumouse_ids | |||
| ) |
| module_exit | ( | mac_hid_exit | ) |
| module_init | ( | mac_hid_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2