uuid: Use const char * where possible
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 14:32:58 +0000 (08:32 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
commit2c2ca207e4ed7def3f3f33ab930e673a45bb3743
tree17bef17a5d02f95ac5dfc45e02141419d14287ac
parentfdc79a6b125d52b6ca0fd65df538db7810d88a8d
uuid: Use const char * where possible

Update the arguments of these functions so they can be called from code
which uses constant strings.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/uuid.h
lib/uuid.c