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