mirror of
https://github.com/plappermaul/realtek-doc.git
synced 2025-12-10 07:44:41 +01:00
16 lines
199 B
C
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
|
|
|
|
|
|
|
|
|