]> git.dujemihanovic.xyz Git - u-boot.git/commit
uuid: Move function comments to header file
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:36 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commit8d6337e69147557fb3c4b89a27156ac468a20500
tree3e5b9a8838605df3f4487bb2f294305559fdba72
parentc837a1423c876669bfd963e1ded518b9e497946d
uuid: Move function comments to header file

These should be in the header file for easy browsing, not in the source
code. Move them and add a missing Return on one of the functions.

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