Sign in
gbmc
/
linux
/
refs/heads/linux-6.15.y
/
.
/
drivers
/
gpu
/
drm
/
xe
/
tests
/
xe_test_mod.c
blob: 93081bcf2ab001028aed96b10a21ddc109ca8c9a [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright © 2023 Intel Corporation
*/
#include
<linux/module.h>
MODULE_AUTHOR
(
"Intel Corporation"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_DESCRIPTION
(
"xe kunit tests"
);
MODULE_IMPORT_NS
(
"EXPORTED_FOR_KUNIT_TESTING"
);