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 for-next 8 lines 248 B view raw
1// SPDX-License-Identifier: GPL-2.0-only 2/* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */ 3 4#include <linux/kernel.h> 5#include <linux/soc/mediatek/mtk_wed.h> 6 7const struct mtk_wed_ops __rcu *mtk_soc_wed_ops; 8EXPORT_SYMBOL_GPL(mtk_soc_wed_ops);