27 #ifndef __OTZ_APP_TASK1_H__
28 #define __OTZ_APP_TASK1_H__
80 #ifndef ARM_ARCH_ARMV7
Secure API configuration details for task.
Definition: task.h:40
int secure_api_ret_val
Definition: dispatcher_task.h:45
int dispatch_task_exit(void *data)
Exit function for the dispatcher task.
Definition: dispatcher_task.c:250
u8 * data
Definition: fat32.c:40
Global variables for the task should be defined as a member of the global structure.
Definition: dispatcher_task.h:37
struct dispatch_global dispatch_global
Global variables for the task should be defined as a member of the global structure.
void set_secure_api_ret(int ret_val)
Task return value notification.
Definition: dispatcher_task.c:195
void dispatch_task(long cur_task_id)
Dispatcher task exit.
Definition: dispatcher_task.c:72
int dispatch_task_init(sa_config_t *psa_config)
Dispatcher task init.
Definition: dispatcher_task.c:215
int secure_api_set
Definition: dispatcher_task.h:43