]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8ac6c2db3119013cc61f0c4a3191c4852accbe70
tree17bef17a5d02f95ac5dfc45e02141419d14287ac
parent042148c1d1ea5403e083e5154052d92d1444fc8c
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