commit | 61d0b5a4b2777dcf5daef245e212b3c1fa8091ca | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 18 13:22:19 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 14:00:42 2013 +1030 |
tree | 647f8fd729d5400341e5701d0d1eb668aad97f89 | |
parent | a9a0fef779074838230e04a322fd2bdc921f4f4f [diff] [blame] |
tools/virtio: separate headers more. This makes them a bit more like the kernel headers, so we can include more real kernel headers in our tests. In addition this means that we don't break tools/virtio with the next patch. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff --git a/tools/virtio/linux/module.h b/tools/virtio/linux/module.h index e69de29..3039a7e 100644 --- a/tools/virtio/linux/module.h +++ b/tools/virtio/linux/module.h
@@ -0,0 +1 @@ +#include <linux/export.h>