xref: /linux/arch/mips/include/asm/amon.h (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
10365070fSTim Anderson /*
2*5792bf64SSteven J. Hill  * This file is subject to the terms and conditions of the GNU General Public
3*5792bf64SSteven J. Hill  * License.  See the file "COPYING" in the main directory of this archive
4*5792bf64SSteven J. Hill  * for more details.
5*5792bf64SSteven J. Hill  *
6*5792bf64SSteven J. Hill  * Copyright (C) 2013 Imagination Technologies Ltd.
7*5792bf64SSteven J. Hill  *
8*5792bf64SSteven J. Hill  * Arbitrary Monitor Support (AMON)
90365070fSTim Anderson  */
10*5792bf64SSteven J. Hill int amon_cpu_avail(int cpu);
11*5792bf64SSteven J. Hill int amon_cpu_start(int cpu, unsigned long pc, unsigned long sp,
12*5792bf64SSteven J. Hill 		   unsigned long gp, unsigned long a0);
13