14 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later2 *3 * Test handler for the s390x DIAGNOSE 0x0318 instruction.4 *5 * Copyright (C) 2020, IBM6 */7 8#ifndef SELFTEST_KVM_DIAG318_TEST_HANDLER9#define SELFTEST_KVM_DIAG318_TEST_HANDLER10 11uint64_t get_diag318_info(void);12 13#endif14