Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / kvm / lib / s390x / facility.c
blobd540812d911ae3132cd2b224c10381cfcbe80119
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Copyright IBM Corp. 2024
5 * Authors:
6 * Hariharan Mari <hari55@linux.ibm.com>
8 * Contains the definition for the global variables to have the test facitlity feature.
9 */
11 #include "facility.h"
13 uint64_t stfl_doublewords[NB_STFL_DOUBLEWORDS];
14 bool stfle_flag;