mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 15:14:21 +00:00
Merge "include: fixup 'cm_setup_context' prototype" into integration
This commit is contained in:
commit
61903ad777
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void cm_set_context(void *context, uint32_t security_state);
|
|||
void cm_init_my_context(const struct entry_point_info *ep);
|
||||
void cm_init_context_by_index(unsigned int cpu_idx,
|
||||
const struct entry_point_info *ep);
|
||||
void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep);
|
||||
void cm_setup_context(cpu_context_t *ctx, const struct entry_point_info *ep);
|
||||
void cm_prepare_el3_exit(uint32_t security_state);
|
||||
|
||||
#ifdef __aarch64__
|
||||
|
|
Loading…
Add table
Reference in a new issue