summaryrefslogtreecommitdiffstats
path: root/devices/yaboot-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/yaboot-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/yaboot-parser.c')
-rw-r--r--devices/yaboot-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/yaboot-parser.c b/devices/yaboot-parser.c
index ee14cb1..f457abd 100644
--- a/devices/yaboot-parser.c
+++ b/devices/yaboot-parser.c
@@ -1,5 +1,5 @@
-#include "udev-helper.h"
+#include "parser.h"
#include "params.h"
#include "yaboot-cfg.h"
OpenPOWER on IntegriCloud