]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/acpi.h
kernel.h: update comment about simple_strto<foo>() functions
[linux.git] / include / linux / acpi.h
index 8b4e516bac0095debf1cba96318950d87ef0e16b..0f37a7d5fa7748c91fccf4778f093f863907850a 100644 (file)
@@ -678,6 +678,14 @@ static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv)
        return false;
 }
 
+struct acpi_device;
+
+static inline bool
+acpi_dev_hid_uid_match(struct acpi_device *adev, const char *hid2, const char *uid2)
+{
+       return false;
+}
+
 static inline struct acpi_device *
 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv)
 {