xref: /openbmc/linux/tools/testing/selftests/kvm/include/s390x/diag318_test_handler.h (revision c0ecca6604b80e438b032578634c6e133c7028f6)
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