xref: /linux/tools/testing/selftests/kvm/include/s390x/diag318_test_handler.h (revision a1c3be890440a1769ed6f822376a3e3ab0d42994)
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  *
3  * Test handler for the s390x DIAGNOSE 0x0318 instruction.
4  *
5  * Copyright (C) 2020, IBM
6  */
7 
8 #ifndef SELFTEST_KVM_DIAG318_TEST_HANDLER
9 #define SELFTEST_KVM_DIAG318_TEST_HANDLER
10 
11 uint64_t get_diag318_info(void);
12 
13 #endif
14