From 377c8e6cb7776c1b7d0368928fc619e20077b87f Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 27 Jun 2005 21:24:17 +0000 Subject: [PATCH] CPU_CSOURCE(): New macro. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@415 38d2e660-2303-0410-9eaa-f027e97ec537 --- cfg/cpu.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cfg/cpu.h b/cfg/cpu.h index da0ec23a..c69b9c6f 100755 --- a/cfg/cpu.h +++ b/cfg/cpu.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.5 2005/06/27 21:24:17 bernie + *#* CPU_CSOURCE(): New macro. + *#* *#* Revision 1.4 2005/06/14 06:15:10 bernie *#* Add X86_64 support. *#* @@ -64,6 +67,9 @@ /*! Macro to include cpu-specific versions of the headers. */ #define CPU_HEADER(module) PP_STRINGIZE(PP_CAT3(module, _, CPU_ID).h) +/*! Macro to include cpu-specific versions of implementation files. */ +#define CPU_CSOURCE(module) PP_STRINGIZE(PP_CAT3(module, _, CPU_ID).c) + #if CPU_I196 @@ -157,8 +163,6 @@ } #define IRQ_GETSTATE() irq_getstate() - - typedef uint16_t cpuflags_t; typedef unsigned int cpustack_t; -- 2.25.1