Tim Anderson | 0365070 | 2009-06-17 16:22:53 -0700 | [diff] [blame] | 1 | /* |
Steven J. Hill | 5792bf6 | 2014-01-01 16:35:32 +0100 | [diff] [blame] | 2 | * This file is subject to the terms and conditions of the GNU General Public |
| 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. |
| 5 | * |
| 6 | * Copyright (C) 2013 Imagination Technologies Ltd. |
| 7 | * |
| 8 | * Arbitrary Monitor Support (AMON) |
Tim Anderson | 0365070 | 2009-06-17 16:22:53 -0700 | [diff] [blame] | 9 | */ |
Steven J. Hill | 5792bf6 | 2014-01-01 16:35:32 +0100 | [diff] [blame] | 10 | int amon_cpu_avail(int cpu); |
| 11 | int amon_cpu_start(int cpu, unsigned long pc, unsigned long sp, |
| 12 | unsigned long gp, unsigned long a0); |