Root/
1 | /* |
2 | * debugfs.c - ACPI debugfs interface to userspace. |
3 | */ |
4 | |
5 | #include <linux/export.h> |
6 | #include <linux/init.h> |
7 | #include <linux/debugfs.h> |
8 | #include <acpi/acpi_drivers.h> |
9 | |
10 | #define _COMPONENT ACPI_SYSTEM_COMPONENT |
11 | ACPI_MODULE_NAME("debugfs"); |
12 | |
13 | struct dentry *acpi_debugfs_dir; |
14 | EXPORT_SYMBOL_GPL(acpi_debugfs_dir); |
15 | |
16 | void __init acpi_debugfs_init(void) |
17 | { |
18 | acpi_debugfs_dir = debugfs_create_dir("acpi", NULL); |
19 | } |
20 |
Branches:
ben-wpan
ben-wpan-stefan
javiroman/ks7010
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9