1
0
Fork 0
android_kernel_rockchip_tart/net/wireless/tests/module.c
2025-06-27 00:32:42 -05:00

10 lines
249 B
C

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