xref: /linux/drivers/net/wireless/intel/iwlwifi/mld/tests/module.c (revision 1a9239bb4253f9076b5b4b2a1a4e8d7defd77a95)
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /*
3  * This is just module boilerplate for the iwlmld kunit module.
4  *
5  * Copyright (C) 2024 Intel Corporation
6  */
7 #include <linux/module.h>
8 
9 MODULE_IMPORT_NS("IWLWIFI");
10 MODULE_LICENSE("GPL");
11 MODULE_DESCRIPTION("kunit tests for iwlmld");
12