From bbabbf4ac29fc00d38a767cf07db01cf642e937d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 5 Jan 2009 14:05:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@582 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chcore.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/templates/chcore.h') diff --git a/src/templates/chcore.h b/src/templates/chcore.h index e551f3a61..a1bc48db1 100644 --- a/src/templates/chcore.h +++ b/src/templates/chcore.h @@ -106,31 +106,10 @@ typedef struct { */ #define WORKING_AREA(s, n) stkalign_t s[THD_WA_SIZE(n) / sizeof(stkalign_t)]; -/** - * IRQ handler enter code. - * @note Usually IRQ handlers functions are also declared naked. - * @note On some architectures this macro can be empty. - */ -#define chSysIRQEnterI() - -/** - * IRQ handler exit code. - * @note Usually IRQ handlers function are also declared naked. - * @note This macro usually performs the final reschedulation by using - * \p chSchRescRequiredI() and \p chSchDoRescheduleI(). - */ -#define chSysIRQExitI() - #ifdef __cplusplus extern "C" { #endif void _idle(void *p); - void chSysHalt(void); - void chSysEnable(void); - void chSysLock(void); - void chSysUnlock(void); - void chSysSwitchI(Thread *otp, Thread *ntp); - void chSysPuts(char *msg); #ifdef __cplusplus } #endif -- cgit v1.2.3