mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-08 01:17:14 +08: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:
1
env/common.c
vendored
1
env/common.c
vendored
@@ -11,6 +11,7 @@
|
||||
#include <command.h>
|
||||
#include <env.h>
|
||||
#include <env_internal.h>
|
||||
#include <sort.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <search.h>
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user