Sign in
android-kvm
/
linux
/
fe95f58320e6c8dcea3bcb01336b9a7fdd7f684b
/
.
/
drivers
/
net
/
wireless
/
intel
/
iwlwifi
/
mvm
/
tests
/
module.c
blob: f556acbac77f524cbccca74fb712841d9d9e09ba [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
/*
* This is just module boilerplate for the iwlmvm kunit module.
*
* Copyright (C) 2024 Intel Corporation
*/
#include
<linux/module.h>
MODULE_LICENSE
(
"GPL"
);
MODULE_DESCRIPTION
(
"kunit tests for iwlmvm"
);