summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaohui Xie <[email protected]>2014-12-30 18:32:04 +0800
committerYork Sun <[email protected]>2015-01-16 09:32:11 -0800
commitf7c38cf827a0cf9d5ab4ca60131dffa10a2e4309 (patch)
tree45d226946e022a564f62bca207594778ce519f61 /include
parent59d34ed022f8e0f0f34257b7b8a3d0edd24f8434 (diff)
phylib: add support for aquantia PHYs
This patch supports AQ1202, AQ2104, AQR105 PHY. Signed-off-by: Shaohui Xie <[email protected]> Acked-by: Joe Hershberger <[email protected]> Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h
index 1e282e2964e..d117fc1634b 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -225,6 +225,7 @@ int gen10g_startup(struct phy_device *phydev);
int gen10g_shutdown(struct phy_device *phydev);
int gen10g_discover_mmds(struct phy_device *phydev);
+int phy_aquantia_init(void);
int phy_atheros_init(void);
int phy_broadcom_init(void);
int phy_cortina_init(void);