diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-05 14:05:30 +0000 |
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-05 14:05:30 +0000 |
| commit | bbabbf4ac29fc00d38a767cf07db01cf642e937d (patch) | |
| tree | 47458a47e6a07089b2260ef4d6e169519222a493 /src/templates/chcore.h | |
| parent | a2ebdce0c7f7c2b6fe6089080caaf0cc17d5db89 (diff) | |
| download | ChibiOS-bbabbf4ac29fc00d38a767cf07db01cf642e937d.tar.gz ChibiOS-bbabbf4ac29fc00d38a767cf07db01cf642e937d.tar.bz2 ChibiOS-bbabbf4ac29fc00d38a767cf07db01cf642e937d.zip | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@582 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/templates/chcore.h')
| -rw-r--r-- | src/templates/chcore.h | 21 |
1 files changed, 0 insertions, 21 deletions
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
|
