Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux
/
603ea5e7ffa73c7fac07d8713d97285990695213
/
.
/
drivers
/
net
/
ethernet
/
mediatek
/
mtk_wed_ops.c
blob: a5d9d8a5bce28fc82018f9fc65af5369c1d0dc72 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */
#include
<linux/kernel.h>
#include
<linux/soc/mediatek/mtk_wed.h>
const
struct
mtk_wed_ops __rcu
*
mtk_soc_wed_ops
;
EXPORT_SYMBOL_GPL
(
mtk_soc_wed_ops
);