|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/input.h>#include <linux/slab.h>#include <linux/init.h>#include <linux/tty.h>#include <linux/delay.h>#include <linux/pm.h>#include <linux/apm-emulation.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| MODULE_DEVICE_TABLE (input, apmpower_ids) | |
| module_init (apmpower_init) | |
| module_exit (apmpower_exit) | |
| MODULE_AUTHOR ("Richard Purdie <[email protected]>") | |
| MODULE_DESCRIPTION ("Input Power Event -> APM Bridge") | |
| MODULE_LICENSE ("GPL") | |
Definition at line 12 of file apm-power.c.
| MODULE_AUTHOR | ( | "Richard Purdie <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | input | , |
| apmpower_ids | |||
| ) |
| module_exit | ( | apmpower_exit | ) |
| module_init | ( | apmpower_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2