1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0-only
/*
 * This is just module boilerplate for the cfg80211 kunit module.
 *
 * Copyright (C) 2023 Intel Corporation
 */
#include <linux/module.h>

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("tests for cfg80211");
一杯敬朝陽 一杯敬月光