xref: /linux/tools/testing/selftests/kvm/lib/s390/facility.c (revision 1260ed77798502de9c98020040d2995008de10cc)
1*67730e6cSSean Christopherson // SPDX-License-Identifier: GPL-2.0-only
2*67730e6cSSean Christopherson /*
3*67730e6cSSean Christopherson  * Copyright IBM Corp. 2024
4*67730e6cSSean Christopherson  *
5*67730e6cSSean Christopherson  * Authors:
6*67730e6cSSean Christopherson  *  Hariharan Mari <hari55@linux.ibm.com>
7*67730e6cSSean Christopherson  *
8*67730e6cSSean Christopherson  * Contains the definition for the global variables to have the test facitlity feature.
9*67730e6cSSean Christopherson  */
10*67730e6cSSean Christopherson 
11*67730e6cSSean Christopherson #include "facility.h"
12*67730e6cSSean Christopherson 
13*67730e6cSSean Christopherson uint64_t stfl_doublewords[NB_STFL_DOUBLEWORDS];
14*67730e6cSSean Christopherson bool stfle_flag;
15