mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
edc5774c09
Fixes test module build. Reported-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
7 lines
78 B
C
7 lines
78 B
C
#ifndef XEN_XEN_STUB_H
|
|
#define XEN_XEN_STUB_H
|
|
|
|
#define xen_domain() 0
|
|
|
|
#endif
|