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