aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/105-header_xway.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-03 17:34:55 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-03 17:34:55 +0000
commit66906574340e154ca8879c8de7857af5ac6f0162 (patch)
treedacdbd82af6d476da9f79736e7d4071dffb81c89 /target/linux/lantiq/patches/105-header_xway.patch
parent833af8343be38e777211958edc3060b3bc5115e0 (diff)
downloadupstream-66906574340e154ca8879c8de7857af5ac6f0162.tar.gz
upstream-66906574340e154ca8879c8de7857af5ac6f0162.tar.bz2
upstream-66906574340e154ca8879c8de7857af5ac6f0162.zip
[lantiq]
* fix usb compile warnings * fix timer header file which broke compile of external tapi driver * rebase patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25344 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches/105-header_xway.patch')
-rw-r--r--target/linux/lantiq/patches/105-header_xway.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/lantiq/patches/105-header_xway.patch b/target/linux/lantiq/patches/105-header_xway.patch
index 8f5d8d9ee5..90de9a8b82 100644
--- a/target/linux/lantiq/patches/105-header_xway.patch
+++ b/target/linux/lantiq/patches/105-header_xway.patch
@@ -165,15 +165,15 @@
+ */
+typedef void (*timer_callback)(unsigned long arg);
+
-+extern int ifxmips_request_timer(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long);
-+extern int ifxmips_free_timer(unsigned int);
-+extern int ifxmips_start_timer(unsigned int, int);
-+extern int ifxmips_stop_timer(unsigned int);
-+extern int ifxmips_reset_counter_flags(u32 timer, u32 flags);
-+extern int ifxmips_get_count_value(unsigned int, unsigned long *);
-+extern u32 ifxmips_cal_divider(unsigned long);
-+extern int ifxmips_set_timer(unsigned int, unsigned int, int, int, unsigned int, unsigned long, unsigned long);
-+extern int ifxmips_set_counter(unsigned int timer, unsigned int flag,
++extern int lq_request_timer(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long);
++extern int lq_free_timer(unsigned int);
++extern int lq_start_timer(unsigned int, int);
++extern int lq_stop_timer(unsigned int);
++extern int lq_reset_counter_flags(u32 timer, u32 flags);
++extern int lq_get_count_value(unsigned int, unsigned long *);
++extern u32 lq_cal_divider(unsigned long);
++extern int lq_set_timer(unsigned int, unsigned int, int, int, unsigned int, unsigned long, unsigned long);
++extern int lq_set_counter(unsigned int timer, unsigned int flag,
+ u32 reload, unsigned long arg1, unsigned long arg2);
+
+#endif /* __DANUBE_GPTU_DEV_H__2005_07_26__10_19__ */