mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
251 B
C
11 lines
251 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
||
|
/*
|
||
|
* Module boilerplate for the iwlwifi kunit module.
|
||
|
*
|
||
|
* Copyright (C) 2023 Intel Corporation
|
||
|
*/
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
MODULE_LICENSE("GPL");
|
||
|
MODULE_DESCRIPTION("kunit tests for iwlwifi");
|