From c73b8ac27f85ef7bc732b311da28f65e722ee7be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 22:18:43 +0000 Subject: This patch adds the basic framework for the ITRON 3.0 API implementation for RTEMS. --- c/src/make/bsp.cfg.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/make/bsp.cfg.in') diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in index 356dd72c20..e0ddae8cda 100644 --- a/c/src/make/bsp.cfg.in +++ b/c/src/make/bsp.cfg.in @@ -15,6 +15,11 @@ HAS_RDBG = @HAS_RDBG@ ## HAS_POSIX_API = @HAS_POSIX_API@ +## +## Does this BSP support RTEMS's ITRON API ? +## +HAS_ITRON_API = @HAS_ITRON_API@ + ## ## Does this BSP support RTEMS's CXX API ? ## -- cgit v1.2.3