mediatek: add v4.19 support
[openwrt/staging/nbd.git] / target / linux / mediatek / files-4.19 / drivers / net / phy / mtk / mt753x / mt753x_swconfig.h
1 /*
2 * OpenWrt swconfig support for MediaTek MT753x Gigabit switch
3 *
4 * Copyright (C) 2018 MediaTek Inc. All Rights Reserved.
5 *
6 * Author: Weijie Gao <weijie.gao@mediatek.com>
7 *
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10
11 #ifndef _MT753X_SWCONFIG_H_
12 #define _MT753X_SWCONFIG_H_
13
14 #include <linux/switch.h>
15
16 int mt753x_swconfig_init(struct gsw_mt753x *gsw);
17 void mt753x_swconfig_destroy(struct gsw_mt753x *gsw);
18
19 #endif /* _MT753X_SWCONFIG_H_ */