]> Git Repo - J-u-boot.git/commit - lib/qsort.c
common: Move sorting functions to their own header file
authorSimon Glass <[email protected]>
Thu, 14 Nov 2019 19:57:19 +0000 (12:57 -0700)
committerTom Rini <[email protected]>
Mon, 2 Dec 2019 23:23:08 +0000 (18:23 -0500)
commit8bef79bf3c30cd1fc5367cc1f78f72e6552629e9
tree318647c77cc039fd2a0e8d611c2156027a3c4691
parentf083583786913de7652312c137dd4fea5c2e291f
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
cmd/efi.c
common/bootstage.c
env/common.c
fs/yaffs2/yaffs_qsort.c
include/common.h
include/sort.h [new file with mode: 0644]
lib/hashtable.c
lib/qsort.c
This page took 0.043979 seconds and 4 git commands to generate.