summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/tests/module.c
blob: 0c54f818e5a7a08a6ffb3eda768d404c730a658b (plain)
1
2
3
4
5
6
7
8
9
10
// 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");