mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-23 14:54:03 +00:00
Fixes test module build. Reported-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
6 lines
78 B
C
6 lines
78 B
C
#ifndef XEN_XEN_STUB_H
|
|
#define XEN_XEN_STUB_H
|
|
|
|
#define xen_domain() 0
|
|
|
|
#endif
|