diff options
Diffstat (limited to 'arch/mips/include/asm/amon.h')
-rw-r--r-- | arch/mips/include/asm/amon.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/mips/include/asm/amon.h b/arch/mips/include/asm/amon.h index c3dc1a68dd8d..3cc03c64a9c7 100644 --- a/arch/mips/include/asm/amon.h +++ b/arch/mips/include/asm/amon.h | |||
@@ -1,7 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | * Amon support | 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) | ||
3 | */ | 9 | */ |
4 | 10 | int amon_cpu_avail(int cpu); | |
5 | int amon_cpu_avail(int); | 11 | int amon_cpu_start(int cpu, unsigned long pc, unsigned long sp, |
6 | void amon_cpu_start(int, unsigned long, unsigned long, | 12 | unsigned long gp, unsigned long a0); |
7 | unsigned long, unsigned long); | ||