aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-dsl/src/ifxmips_compat.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-03-25 08:50:42 +0000
committerJohn Crispin <blogic@openwrt.org>2012-03-25 08:50:42 +0000
commite1efd040ac6dec6afc344c003369826ba2fee7e7 (patch)
tree4d5056be44d875157fff8d6bd4ce49ef3d00e2d1 /package/ltq-dsl/src/ifxmips_compat.h
parent03f8b1d15900b78fd4b1824e0c7c83e4636aa4d9 (diff)
downloadupstream-e1efd040ac6dec6afc344c003369826ba2fee7e7.tar.gz
upstream-e1efd040ac6dec6afc344c003369826ba2fee7e7.tar.bz2
upstream-e1efd040ac6dec6afc344c003369826ba2fee7e7.zip
[ltq-dsl] fix for 3.2.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31065 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-dsl/src/ifxmips_compat.h')
-rw-r--r--package/ltq-dsl/src/ifxmips_compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ltq-dsl/src/ifxmips_compat.h b/package/ltq-dsl/src/ifxmips_compat.h
index bd357e98cf..b0c9f25f48 100644
--- a/package/ltq-dsl/src/ifxmips_compat.h
+++ b/package/ltq-dsl/src/ifxmips_compat.h
@@ -34,6 +34,9 @@
#define IFX_PMU_MODULE_PPE_EMA (1 << 22)
#define IFX_PMU_MODULE_PPE_TOP (1 << 29)
+extern void ltq_pmu_enable(unsigned int module);
+extern void ltq_pmu_disable(unsigned int module);
+
#define ifx_pmu_set(a,b) {if(a == IFX_PMU_ENABLE) ltq_pmu_enable(b); else ltq_pmu_disable(b);}
#define PPE_TOP_PMU_SETUP(__x) ifx_pmu_set(IFX_PMU_MODULE_PPE_TOP, (__x))