summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-02-28 00:30:55 +0000
committerGitHub <noreply@github.com>2018-02-28 00:30:55 +0000
commit99e198ecd869d33a5948445dd17c5e0920ef5477 (patch)
treefcb32f01655de3e22a040c81bfab2360aabbbe2e /include
parentb39d2896b3f6e79c98ea781ee20ad639793ae135 (diff)
parent472be0f74e8d4559471c6eb95169455001f236de (diff)
Merge pull request #1284 from jeenu-arm/tspd-ehf
TSPD and EHF
Diffstat (limited to 'include')
-rw-r--r--include/bl31/ehf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bl31/ehf.h b/include/bl31/ehf.h
index be8c957c..f963f8d0 100644
--- a/include/bl31/ehf.h
+++ b/include/bl31/ehf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -82,7 +82,7 @@ void ehf_init(void);
void ehf_activate_priority(unsigned int priority);
void ehf_deactivate_priority(unsigned int priority);
void ehf_register_priority_handler(unsigned int pri, ehf_handler_t handler);
-void ehf_allow_ns_preemption(void);
+void ehf_allow_ns_preemption(uint64_t preempt_ret_code);
unsigned int ehf_is_ns_preemption_allowed(void);
#endif /* __ASSEMBLY__ */