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