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

21 lines
248 B
C

#ifndef __NIC_RTL8226B_INIT_H__
#define __NIC_RTL8226B_INIT_H__
#if 0
#else
#include "rtl8226_typedef.h"
#endif
BOOLEAN
Rtl8226b_phy_init(
IN HANDLE hDevice,
IN PHY_LINK_ABILITY *pphylinkability,
IN BOOL singlephy
);
#endif