mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08: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
|