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)
commit840ef4d43b69a687660b3722b9c4a8a44a2912f8
tree6d54af8d723554926ce4a8724588872bdc5e03aa
parentc076e5c9b35fc20cdea076e8eae71126e7cadd4f
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