Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12 10 lines 252 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright © 2023 Intel Corporation 4 */ 5#include <linux/module.h> 6 7MODULE_AUTHOR("Intel Corporation"); 8MODULE_LICENSE("GPL"); 9MODULE_DESCRIPTION("xe kunit tests"); 10MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);