JustOS/linux-6.13/tools/testing/selftests/kvm/lib/s390x/facility.c

15 lines
313 B
C
Raw Normal View History

2025-01-24 14:00:19 +00:00
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright IBM Corp. 2024
*
* Authors:
* Hariharan Mari <hari55@linux.ibm.com>
*
* Contains the definition for the global variables to have the test facitlity feature.
*/
#include "facility.h"
uint64_t stfl_doublewords[NB_STFL_DOUBLEWORDS];
bool stfle_flag;