]> git.baikalelectronics.ru Git - uboot.git/commit
common: Move random-number functions into their own header
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:13 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:07 +0000 (18:23 -0500)
commitab5a66deb80bed1f0220d0bcc9e1bc6ada06fe3a
tree6d54af8d723554926ce4a8724588872bdc5e03aa
parentd426d7d70ba55794441ca6aed8802d24ab420f50
common: Move random-number functions into their own header

Create a new rand.h header file and move functions into it, to reduce
the size of common.h

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/common.h
include/net.h
include/rand.h [new file with mode: 0644]
lib/rand.c
net/link_local.c