⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vsc8601_phy.h

📁 linux下atheros的ag7100驱动
💻 H
字号:
/* vsc8601.h * * History: * Jan 14, 2007 wclewis ready common BDI/ECOS/Linux * May 24, 2007 Tag before BSP resturcture  */#ifndef _VSC8601_PHY_H#define _VSC8601_PHY_H#ifndef CEXTERN#define  CEXTERN static inline#endif#include "ag7100.h"/* These must be extern to allow linking to ag7100 */int vsc8601_phy_setup(int unit);unsigned int vsc8601_phy_get_link_status(int unit, int *link, int *fdx, ag7100_phy_speed_t *speed, unsigned int *cfg);intvsc8601_phy_print_link_status(int unit);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -