aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio/linux/kernel.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-01tools: Consolidate types.hBorislav Petkov1-7/+0
Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper bitmap.h header. Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Rusty Russell <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Jiri Olsa <[email protected]>
2013-03-20tools/virtio: separate headers more.Rusty Russell1-0/+112
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 <[email protected]>