diff options
author | Len Brown <len.brown@intel.com> | 2007-07-22 12:14:07 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-22 12:14:07 +0400 |
commit | 0d090b6819e3559dabb05773c4a6dacc4fa94d0e (patch) | |
tree | 66a6f2f6677c9c9483048ed5f166b605e4342f1d /include | |
parent | b4b613fd83853f8c688b3de20ab1a42331257975 (diff) | |
parent | 9c977a453ed62396d067b75f3f272b3fb1ea3acc (diff) | |
download | linux-0d090b6819e3559dabb05773c4a6dacc4fa94d0e.tar.xz |
Pull netlink into release branch
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpi_bus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index c6fa5e023bc7..5e3dcf3299bf 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -321,7 +321,8 @@ struct acpi_bus_event { }; extern struct kset acpi_subsys; - +extern int acpi_bus_generate_genetlink_event(struct acpi_device *device, + u8 type, int data); /* * External Functions */ |