]> git.ozlabs.org Git - petitboot/commit
Separate parsing infrastructure and add test wrapper
authorJeremy Kerr <jk@ozlabs.org>
Thu, 5 Apr 2007 08:48:02 +0000 (18:48 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 5 Apr 2007 08:48:02 +0000 (18:48 +1000)
commit0baa987696e787f5136f2296295206d99c238f19
tree79906be75c68cb887e4652403c19b33f8a5266c2
parent54ed7f641d0dd17778ce8cae5a5dbfd645366d3c
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>
Makefile
devices/kboot-parser.c
devices/message.h
devices/native-parser.c
devices/parser-test.c [new file with mode: 0644]
devices/parser.c [new file with mode: 0644]
devices/parser.h [new file with mode: 0644]
devices/udev-helper.c
devices/udev-helper.h [deleted file]
devices/yaboot-parser.c