mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
tools/virtio: xen stub
Fixes test module build. Reported-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
c461e8df0c
commit
edc5774c09
6
tools/virtio/xen/xen.h
Normal file
6
tools/virtio/xen/xen.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef XEN_XEN_STUB_H
|
||||
#define XEN_XEN_STUB_H
|
||||
|
||||
#define xen_domain() 0
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user