aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-05 20:29:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-05 20:29:18 +0000
commit8fe8275c5c5fa154aa431c65c32cb3b863e24854 (patch)
tree58836b9307a2958ed795cd140cebd1f12b5598e8 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parentc154c604c8e371b86e097d010bfce8920e3b8c63 (diff)
downloadupstream-8fe8275c5c5fa154aa431c65c32cb3b863e24854.tar.gz
upstream-8fe8275c5c5fa154aa431c65c32cb3b863e24854.tar.bz2
upstream-8fe8275c5c5fa154aa431c65c32cb3b863e24854.zip
ar71xx: ag71xx: move link update function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index 8b5023857c..a26c104df4 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -172,6 +172,7 @@ struct ag71xx {
};
extern struct ethtool_ops ag71xx_ethtool_ops;
+void ag71xx_link_adjust(struct ag71xx *ag);
int ag71xx_mdio_driver_init(void) __init;
void ag71xx_mdio_driver_exit(void);