Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
d58a9a917aa39b10250ec16cb9c24e942cbc77d3
/
.
/
tools
/
testing
/
selftests
/
x86
/
apx.c
blob: d9c8d41b8c5a347f7e3b7cde22ced667885e6d98 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#define
_GNU_SOURCE
#include
"xstate.h"
int
main
(
void
)
{
test_xstate
(
XFEATURE_APX
);
}