brintos

brintos / linux-shallow public Read only

0
0
Text · 289 B · 7d703e5 Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.3*/4 5#ifndef _EMAC_PHY_H_6#define _EMAC_PHY_H_7 8struct emac_adapter;9 10int emac_phy_config(struct platform_device *pdev, struct emac_adapter *adpt);11 12#endif /* _EMAC_PHY_H_ */13