summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/s390x/diag318_test_handler.h
blob: b0ed71302722ae8f4efd41356dc38dd3b9a935a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-or-later
 *
 * Test handler for the s390x DIAGNOSE 0x0318 instruction.
 *
 * Copyright (C) 2020, IBM
 */

#ifndef SELFTEST_KVM_DIAG318_TEST_HANDLER
#define SELFTEST_KVM_DIAG318_TEST_HANDLER

uint64_t get_diag318_info(void);

#endif