Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/acpi.h>
#include <linux/debugfs.h>
#include <linux/module.h>
#include "internal.h"
Go to the source code of this file.
Macros | |
#define | EC_SPACE_SIZE 256 |
Functions | |
MODULE_AUTHOR ("Thomas Renninger <[email protected]>") | |
MODULE_DESCRIPTION ("ACPI EC sysfs access driver") | |
MODULE_LICENSE ("GPL") | |
module_param (write_support, bool, 0644) | |
MODULE_PARM_DESC (write_support,"Dangerous, reboot and removal of battery may ""be needed.") | |
int | acpi_ec_add_debugfs (struct acpi_ec *ec, unsigned int ec_device_count) |
module_init (acpi_ec_sys_init) | |
module_exit (acpi_ec_sys_exit) | |
MODULE_AUTHOR | ( | "Thomas Renninger <[email protected]>" | ) |
module_exit | ( | acpi_ec_sys_exit | ) |
module_init | ( | acpi_ec_sys_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | write_support | , |
bool | , | ||
0644 | |||
) |
MODULE_PARM_DESC | ( | write_support | , |
" | Dangerous, | ||
reboot and removal of battery may""be needed." | |||
) |