]> git.baikalelectronics.ru Git - uboot.git/commit
hexdump: Allow ctrl-c to interrupt output
authorSimon Glass <sjg@chromium.org>
Sat, 8 May 2021 13:00:04 +0000 (07:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jun 2021 15:39:09 +0000 (11:39 -0400)
commit8c7c533a05918dfda1117b5a42fd4cb421671074
tree5c9bca4a0860d6d4ebfe1a242ec749129584df09
parent363beab2e2e1de860419468d3aa0ac867db91e4b
hexdump: Allow ctrl-c to interrupt output

If a long hexdump is initated the user may wish to interrupt it. Add
support for this.

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