From 02b421ee8cddcff5f233970b68c644a7d352cb98 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 14 Sep 2005 19:44:28 +0000 Subject: Make it possible for --string to print decoded binary data rather than only DMI strings. Add four such string keywords. --- dmiopt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dmiopt.h') diff --git a/dmiopt.h b/dmiopt.h index 9a7ca43..d55b73d 100644 --- a/dmiopt.h +++ b/dmiopt.h @@ -26,6 +26,8 @@ struct opt u8 *type; u8 string_type; u8 string_offset; + const char *(*string_lookup)(u8); + void (*string_print)(u8 *); }; extern struct opt opt; -- cgit v1.2.1