[PATCH 08/17] ACPICA: acpihelp: Add UUID support, restructure some existing files.

2014-07-29 Thread Lv Zheng
acpi_ut_file_printf(ACPI_FILE file, const char *format, ...); #endif +/* + * utuuid -- UUID support functions + */ +void acpi_ut_convert_string_to_uuid(char *in_string, u8 *uuid_buffer); + #endif /* _ACUTILS_H */ diff --git a/drivers/acpi/acpica/utdecode.c b/drivers/acpi/acpica

Re: UUID support

2007-03-07 Thread Karel Zak
On Wed, Mar 07, 2007 at 08:24:22AM -0300, Marcos Dione wrote: > I'm being forced by my distro to use UUDIs to specify the boot device by > UUID. the problem is I don't know how to add UUID support to the kernl, that > is, > I don't know which option I should ena

UUID support

2007-03-07 Thread Marcos Dione
first of all, I'm not subscribed to the list, so please CC me the answers. I'm being forced by my distro to use UUDIs to specify the boot device by UUID. the problem is I don't know how to add UUID support to the kernl, that is, I don't know which option I shou