commit | ecd1f819edd96f8fa7f91e6ea747b01132a449dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:13 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:07 2019 -0500 |
tree | 6d54af8d723554926ce4a8724588872bdc5e03aa | |
parent | 9ea8f9f926da37695c0b0217a2944f717169fc48 [diff] |
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>