Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2013 Imagination Technologies Ltd.
0007  *
0008  * Arbitrary Monitor Support (AMON)
0009  */
0010 int amon_cpu_avail(int cpu);
0011 int amon_cpu_start(int cpu, unsigned long pc, unsigned long sp,
0012            unsigned long gp, unsigned long a0);