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");