]> git.dujemihanovic.xyz Git - u-boot.git/commit
hexdump: Move API to header file
authorSimon Glass <sjg@chromium.org>
Sat, 8 May 2021 13:00:01 +0000 (07:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jun 2021 15:39:09 +0000 (11:39 -0400)
commit2f410fe55766de190bcc2c3dd18245a00aad1d4f
tree4fceb8638f3aab661fa982b54952368823cead00
parentc7b16d830e72372a1af54af94f0e83fcc2b1a0fb
hexdump: Move API to header file

Move the comments to the header file so people can find the function info
without digging in the implementation. Fix up the code style and add an
enum for the first arg.

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