From 352c9b2035e32e56f10f261d94955d97f4ab0f1c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 22:07:23 +0000 Subject: This patch adds the basic framework for the ITRON 3.0 API implementation for RTEMS. --- cpukit/score/include/rtems/system.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/score/include/rtems/system.h') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 4d7f550141..423952aa56 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -69,6 +69,14 @@ extern "C" { #define POSIX_EXTERN extern #endif +#ifdef ITRON_API_INIT +#undef ITRON_EXTERN +#define ITRON_EXTERN +#else +#undef ITRON_EXTERN +#define ITRON_EXTERN extern +#endif + /* * The following (in conjunction with compiler arguments) are used * to choose between the use of static inline functions and macro -- cgit v1.2.3