summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2002-10-30 20:15:25 -0800
committerPatrick Mochel <mochel@osdl.org>2002-10-30 20:15:25 -0800
commit8bebafe72c29ad129f449d1850efdafd699e36fa (patch)
tree2cf47178c92dccbea43327b3e024459ef3b1794b /include/linux
parentc408284c216f2dd045fa7ad28cb011637dedbc2f (diff)
acpi: convert to use kobjects and sysfs.
- replace driver_dir_entry in acpi_device with struct kobject. - register acpi with firmware subsystem on startup. - register sub-subsystem. - put namespace hierarchy under that.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index cf9f785dfbde..2a48f492854b 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -437,6 +437,11 @@ extern int device_suspend(u32 state, u32 level);
extern void device_resume(u32 level);
extern void device_shutdown(void);
+
+/* drivrs/base/firmware.c */
+extern int firmware_register(struct subsystem *);
+extern void firmware_uregister(struct subsystem *);
+
/* debugging and troubleshooting/diagnostic helpers. */
#ifdef DEBUG
#define dev_dbg(dev, format, arg...) \