mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
lib: add uuid_str_to_bin for use with bootp and PXE uuid
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
dc0b7b0e61
commit
e11938eabc
@@ -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);
|
||||
|
Reference in New Issue
Block a user