From e11938eabc17de35822de1a0a1102213c326f788 Mon Sep 17 00:00:00 2001 From: Jason Hobbs Date: Tue, 23 Aug 2011 11:06:56 +0000 Subject: lib: add uuid_str_to_bin for use with bootp and PXE uuid Signed-off-by: Jason Hobbs --- include/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index f9fea08115..7950c8bded 100644 --- a/include/common.h +++ b/include/common.h @@ -694,6 +694,10 @@ int strcmp_compar(const void *, const void *); /* lib/time.c */ void udelay (unsigned long); +/* lib/uuid.c */ +void uuid_str_to_bin(const char *uuid, unsigned char *out); +int uuid_str_valid(const char *uuid); + /* lib/vsprintf.c */ ulong simple_strtoul(const char *cp,char **endp,unsigned int base); int strict_strtoul(const char *cp, unsigned int base, unsigned long *res); -- cgit v1.2.1