From: Christian B. <bor...@de...> - 2008-04-23 12:47:31
|
Am Mittwoch, 23. April 2008 schrieb Avi Kivity: > >> #define VIRTIO_CONFIG_S_FAILED 0x80 > >> > >> #ifdef __KERNEL__ > >> -struct virtio_device; > >> +#include <linux/virtio.h> > >> > > > > I just realized, that this breaks make headers_check as we dont export > > virtio.h (and we dont want to export it as it relies on scatterlist.h). > > > > > > It's guarded by a #ifdef __KERNEL__, so it should be alright. Yes, you are right. Thanks |