realtek-doc/sources/uboot-be550/drivers/net/rtl8251b/nic_rtl8251b_init.h
Markus Stockhausen 9b3bf98ee9 add BE550 sources
2025-10-14 01:59:03 -04:00

16 lines
199 B
C

#ifndef __NIC_RTL8251B_INIT_H__
#define __NIC_RTL8251B_INIT_H__
BOOLEAN
Rtl8251b_phy_init(
IN HANDLE hDevice,
IN PHY_LINK_ABILITY *pphylinkability,
IN BOOL singlephy
);
#endif