summaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2004-10-27 21:00:02 -0400
committerLen Brown <len.brown@intel.com>2004-10-27 21:00:02 -0400
commit894f06ceebccb5832383224ed88cc0b1383c4368 (patch)
tree254a6cf68ceef195c8d955160ef1e9b744a762aa /include/acpi
parented7cb3993ac782d927960d81df7e41c10ea16e24 (diff)
parent52ecc79b690afcfbff6b3079a68ee000a58a515c (diff)
merge
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_bus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 0cc9b8c2ecb5..b4479061b8f9 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -105,7 +105,8 @@ 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_unbind) (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;
@@ -332,6 +333,7 @@ int acpi_bus_add (struct acpi_device **child, struct acpi_device *parent,
acpi_handle handle, int type);
+int acpi_match_ids (struct acpi_device *device, char *ids);
int acpi_create_dir(struct acpi_device *);
void acpi_remove_dir(struct acpi_device *);