
Malta with multi-core CM platforms can now use APRP functionality. Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com> Reviewed-by: Qais Yousef <Qais.Yousef@imgtec.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6096/
8 lines
139 B
C
8 lines
139 B
C
/*
|
|
* Amon support
|
|
*/
|
|
|
|
int amon_cpu_avail(int);
|
|
int amon_cpu_start(int, unsigned long, unsigned long,
|
|
unsigned long, unsigned long);
|