]> git.ozlabs.org Git - petitboot/commit
lib/param_list: Add new parameter list routines
authorGeoff Levand <geoff@infradead.org>
Thu, 2 Aug 2018 17:29:38 +0000 (17:29 +0000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 7 Aug 2018 01:30:36 +0000 (11:30 +1000)
commitdb0ea9230e5d0c7ffe1febc6096395cb306eca7d
treedc61123e8424cf4ac8e0a101e0399fbf5b2a31a6
parent3696c3db457c4f5456fd357700085caa1056a0f0
lib/param_list: Add new parameter list routines

Based on the powerpc param routines adds new generic routines
to manage a name + value parameter list.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
lib/Makefile.am
lib/param_list/param_list.c [new file with mode: 0644]
lib/param_list/param_list.h [new file with mode: 0644]