xref: /kvm-unit-tests/lib/s390x/uv.h (revision c865f654ffe4c5955038aaf74f702ba62f3eb014)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef _S390X_UV_H_
3 #define _S390X_UV_H_
4 
5 bool uv_os_is_guest(void);
6 bool uv_os_is_host(void);
7 bool uv_query_test_call(unsigned int nr);
8 int uv_setup(void);
9 
10 #endif /* UV_H */
11