summaryrefslogtreecommitdiff
path: root/big-little/include
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-03-15 14:56:23 +0000
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-22 10:43:46 +0100
commit0b0dfb1c222362944bce728357551a88c99997d6 (patch)
tree2fc8a461934c0f74302c1fa86a11494bf6d8e510 /big-little/include
parentad0f9329debb8a163fd9cc8b3716ded2c494cba4 (diff)
Change extern declaration for async_switchover.
Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Diffstat (limited to 'big-little/include')
-rw-r--r--big-little/include/int_master.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/big-little/include/int_master.h b/big-little/include/int_master.h
index 4224fde..f6fe603 100644
--- a/big-little/include/int_master.h
+++ b/big-little/include/int_master.h
@@ -39,6 +39,7 @@
#define INT_GETRAW 3
#define INT_UNTRIGGER 4
+extern unsigned async_switchover;
vm_context *handle_interrupt(vm_context * context);
int gic_masterhandler(void *ptr, unsigned int num, unsigned int op);
void gic_masterinit(void);