xref: /freebsd/sys/contrib/dev/iwlwifi/tests/module.c (revision a4128aad8503277614f2d214011ef60a19447b83)
1*a4128aadSBjoern A. Zeeb // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2*a4128aadSBjoern A. Zeeb /*
3*a4128aadSBjoern A. Zeeb  * Module boilerplate for the iwlwifi kunit module.
4*a4128aadSBjoern A. Zeeb  *
5*a4128aadSBjoern A. Zeeb  * Copyright (C) 2023 Intel Corporation
6*a4128aadSBjoern A. Zeeb  */
7*a4128aadSBjoern A. Zeeb #include <linux/module.h>
8*a4128aadSBjoern A. Zeeb 
9*a4128aadSBjoern A. Zeeb MODULE_LICENSE("GPL");
10*a4128aadSBjoern A. Zeeb MODULE_DESCRIPTION("kunit tests for iwlwifi");
11