mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +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