Go to the documentation of this file.00001
00036 #ifndef SWITCH_CTX_CM3_H
00037 #define SWITCH_CTX_CM3_H
00038
00039 #if CONFIG_KERN_PREEMPT
00040 extern void svcall_handler(void);
00041 extern void pendsv_handler(void);
00042 #endif
00043
00044 #endif