summaryrefslogtreecommitdiffstats
path: root/devices/kboot-parser.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-04-05 18:48:02 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-05 18:48:02 +1000
commit0baa987696e787f5136f2296295206d99c238f19 (patch)
tree79906be75c68cb887e4652403c19b33f8a5266c2 /devices/kboot-parser.c
parent54ed7f641d0dd17778ce8cae5a5dbfd645366d3c (diff)
downloadtalos-petitboot-0baa987696e787f5136f2296295206d99c238f19.tar.gz
talos-petitboot-0baa987696e787f5136f2296295206d99c238f19.zip
Separate parsing infrastructure and add test wrapper
Add a parsers.h header, providing the interface that parsers should be written to (instead of the olf udev-helper.h). This allows us to build the parsers into a separate test executable. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'devices/kboot-parser.c')
-rw-r--r--devices/kboot-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/kboot-parser.c b/devices/kboot-parser.c
index 4b997e7..ef1f247 100644
--- a/devices/kboot-parser.c
+++ b/devices/kboot-parser.c
@@ -10,7 +10,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "udev-helper.h"
+#include "parser.h"
#include "params.h"
#define buf_size 1024
OpenPOWER on IntegriCloud