mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
15 lines
313 B
C
15 lines
313 B
C
![]() |
// 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;
|