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
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
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
3 matches
Mail list logo