Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/9cfab06e7938453438008c2f561df7d35f83e8f4/include/mii_phy.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef _MII_PHY_H_
|
|
#define _MII_PHY_H_
|
|
|
|
void mii_discover_phy(void);
|
|
unsigned short mii_phy_read(unsigned short reg);
|
|
void mii_phy_write(unsigned short reg, unsigned short val);
|
|
|
|
#endif
|
|
|