diff options
| author | Len Brown <len.brown@intel.com> | 2004-10-27 18:25:50 -0400 |
|---|---|---|
| committer | Len Brown <lenb@dhcppc3.> | 2004-10-27 18:25:50 -0400 |
| commit | 2e1363f0871c8eadb785901cc112b0fb23ac1226 (patch) | |
| tree | 395586db75466797d7fd4bb93db004355ef6aab5 /include/acpi | |
| parent | 2b5ef8fbbf2c3b2ce4c87774ed735a87bfcd308b (diff) | |
[ACPI] export acpi_match_ids()
Signed-off-by: David Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
| -rw-r--r-- | include/acpi/acpi_bus.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index d2c280e0fabc..002a96423cdb 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -104,7 +104,8 @@ typedef int (*acpi_op_suspend) (struct acpi_device *device, int state); typedef int (*acpi_op_resume) (struct acpi_device *device, int state); typedef int (*acpi_op_scan) (struct acpi_device *device); typedef int (*acpi_op_bind) (struct acpi_device *device); -typedef int (*acpi_op_match) (struct acpi_device *device, struct acpi_driver *driver); +typedef int (*acpi_op_match) (struct acpi_device *device, + struct acpi_driver *driver); struct acpi_device_ops { acpi_op_add add; @@ -324,6 +325,7 @@ int acpi_bus_receive_event (struct acpi_bus_event *event); int acpi_bus_register_driver (struct acpi_driver *driver); int acpi_bus_unregister_driver (struct acpi_driver *driver); +int acpi_match_ids (struct acpi_device *device, char *ids); int acpi_create_dir(struct acpi_device *); void acpi_remove_dir(struct acpi_device *); |
