10 lines
182 B
C
Executable File
10 lines
182 B
C
Executable File
/*
|
|
* Copyright (c) LOTUS. All rights reserved.
|
|
*/
|
|
|
|
|
|
#ifndef __BSPETH_MII_DRV_H__
|
|
#define __BSPETH_MII_DRV_H__
|
|
|
|
bool phy_detected(const char *devname, unsigned char phyaddr);
|
|
#endif |