xref: /linux/tools/testing/selftests/kvm/include/s390/diag318_test_handler.h (revision 86f5536004a61a0c797c14a248fc976f03f55cd5)
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