8 lines
105 B
C
8 lines
105 B
C
#ifndef __AUTO_PHY_H_
|
|
#define __AUTO_PHY_H_
|
|
|
|
extern struct ethernet_phy_driver auto_phy_driver;
|
|
|
|
|
|
#endif
|