aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/include/kernel/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/arch/arm/include/kernel/thread.h')
-rw-r--r--core/arch/arm/include/kernel/thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/arch/arm/include/kernel/thread.h b/core/arch/arm/include/kernel/thread.h
index 7f90cf65..e10e78fe 100644
--- a/core/arch/arm/include/kernel/thread.h
+++ b/core/arch/arm/include/kernel/thread.h
@@ -255,9 +255,6 @@ unsigned long thread_system_off_handler(unsigned long a0, unsigned long a1);
unsigned long thread_system_reset_handler(unsigned long a0, unsigned long a1);
#endif /*CFG_WITH_ARM_TRUSTED_FW*/
-typedef unsigned long (*thread_pm_handler_t)(unsigned long a0,
- unsigned long a1);
-
void thread_init_primary(void);
void thread_init_per_cpu(void);