diff options
Diffstat (limited to 'drivers/acpi/acpica/acutils.h')
-rw-r--r-- | drivers/acpi/acpica/acutils.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acutils.h b/drivers/acpi/acpica/acutils.h index ed614f4b2182..486d342e74b6 100644 --- a/drivers/acpi/acpica/acutils.h +++ b/drivers/acpi/acpica/acutils.h | |||
@@ -194,6 +194,8 @@ char *acpi_ut_get_event_name(u32 event_id); | |||
194 | 194 | ||
195 | char acpi_ut_hex_to_ascii_char(u64 integer, u32 position); | 195 | char acpi_ut_hex_to_ascii_char(u64 integer, u32 position); |
196 | 196 | ||
197 | u8 acpi_ut_ascii_char_to_hex(int hex_char); | ||
198 | |||
197 | u8 acpi_ut_valid_object_type(acpi_object_type type); | 199 | u8 acpi_ut_valid_object_type(acpi_object_type type); |
198 | 200 | ||
199 | /* | 201 | /* |
@@ -759,6 +761,8 @@ const struct ah_predefined_name *acpi_ah_match_predefined_name(char *nameseg); | |||
759 | 761 | ||
760 | const struct ah_device_id *acpi_ah_match_hardware_id(char *hid); | 762 | const struct ah_device_id *acpi_ah_match_hardware_id(char *hid); |
761 | 763 | ||
764 | const char *acpi_ah_match_uuid(u8 *data); | ||
765 | |||
762 | /* | 766 | /* |
763 | * utprint - printf/vprintf output functions | 767 | * utprint - printf/vprintf output functions |
764 | */ | 768 | */ |
@@ -778,4 +782,9 @@ int acpi_ut_file_vprintf(ACPI_FILE file, const char *format, va_list args); | |||
778 | int acpi_ut_file_printf(ACPI_FILE file, const char *format, ...); | 782 | int acpi_ut_file_printf(ACPI_FILE file, const char *format, ...); |
779 | #endif | 783 | #endif |
780 | 784 | ||
785 | /* | ||
786 | * utuuid -- UUID support functions | ||
787 | */ | ||
788 | void acpi_ut_convert_string_to_uuid(char *in_string, u8 *uuid_buffer); | ||
789 | |||
781 | #endif /* _ACUTILS_H */ | 790 | #endif /* _ACUTILS_H */ |