brintos

brintos / linux-shallow public Read only

0
0
Text · 378 B · be3b4ab Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __LINUX_PCS_MTK_LYNXI_H3#define __LINUX_PCS_MTK_LYNXI_H4 5#include <linux/phylink.h>6#include <linux/regmap.h>7 8#define MTK_SGMII_FLAG_PN_SWAP BIT(0)9struct phylink_pcs *mtk_pcs_lynxi_create(struct device *dev,10					 struct regmap *regmap,11					 u32 ana_rgc3, u32 flags);12void mtk_pcs_lynxi_destroy(struct phylink_pcs *pcs);13#endif14