brintos

brintos / linux-shallow public Read only

0
0
Text · 264 B · f610b77 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * WangXun Gigabit PCI Express Linux driver4 * Copyright (c) 2019 - 2022 Beijing WangXun Technology Co., Ltd.5 */6 7#ifndef _NGBE_MDIO_H_8#define _NGBE_MDIO_H_9 10int ngbe_mdio_init(struct wx *wx);11#endif /* _NGBE_MDIO_H_ */12