From 2e1363f0871c8eadb785901cc112b0fb23ac1226 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Wed, 27 Oct 2004 18:25:50 -0400 Subject: [ACPI] export acpi_match_ids() Signed-off-by: David Shaohua Li Signed-off-by: Len Brown --- include/acpi/acpi_bus.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 *); -- cgit v1.2.3