linux/tools/testing/selftests/kvm/include/s390x/diag318_test_handler.h
<<
>>
Prefs
   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
  11uint64_t get_diag318_info(void);
  12
  13#endif
  14