mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
common: Move sorting functions to their own header file
These don't need to be in common.h so move them out into a new header. Also add some missing comments. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
f083583786
commit
8bef79bf3c
8 changed files with 40 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <linux/types.h>
|
||||
#include <common.h>
|
||||
#include <exports.h>
|
||||
#include <sort.h>
|
||||
|
||||
void qsort(void *base,
|
||||
size_t nel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue