summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-02 17:29:38 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commitca9ddb09f42fdc66c080afff8c113bb263f51aeb (patch)
tree40c49c8f7c25d00452030d4a3fa11247b221d17b /lib
parente4e0bfd13106a562c4ef5be1c3129ccf6bb97bd0 (diff)
downloadtalos-petitboot-ca9ddb09f42fdc66c080afff8c113bb263f51aeb.tar.gz
talos-petitboot-ca9ddb09f42fdc66c080afff8c113bb263f51aeb.zip
discover/powerpc: Switch to new param_list
Signed-off-by: Geoff Levand <geoff@infradead.org> [Name string fixup] Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/param_list/param_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param_list/param_list.h b/lib/param_list/param_list.h
index 89ef400..cecbd02 100644
--- a/lib/param_list/param_list.h
+++ b/lib/param_list/param_list.h
@@ -5,6 +5,7 @@
#include <list/list.h>
+/* struct param - Name/value pairs of zero terminated strings. */
struct param {
char *name;
char *value;
OpenPOWER on IntegriCloud