10 lines
225 B
C
Executable File
10 lines
225 B
C
Executable File
/*
|
|
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
|
|
*/
|
|
|
|
|
|
#ifndef __BSPETH_MII_DRV_H__
|
|
#define __BSPETH_MII_DRV_H__
|
|
|
|
bool phy_detected(const char *devname, unsigned char phyaddr);
|
|
#endif |