X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fltq-dsl%2Fsrc%2Fifxmips_compat.h;h=b0c9f25f487a69c1c3e004389899610df0b22d7b;hb=b85de8f3855448a54bdb4572e724660e2d0b2ba6;hp=bd357e98cfaec7b100b79a38e5eb649cc37a2be1;hpb=b982e8166bebeb79c64aae2689c06db06fe6d506;p=openwrt%2Fstaging%2Fflorian.git 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))