From fe84ab5c6cd612538970e4ace1aad850a4b26d0c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Feb 2020 13:10:52 +0100 Subject: config: Add Remove all comments and copyrightable content from the moved content. Use BSD-2-Clause license for new file. Update #3053. Update #3875. --- cpukit/include/rtems/confdefs.h | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'cpukit/include/rtems/confdefs.h') diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index 4ae6580754..052f958b1a 100644 --- a/cpukit/include/rtems/confdefs.h +++ b/cpukit/include/rtems/confdefs.h @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include @@ -177,30 +178,6 @@ extern "C" { #include #endif -#ifdef CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER - #include - - #ifdef CONFIGURE_INIT - RTEMS_SYSINIT_ITEM( - _Console_simple_Initialize, - RTEMS_SYSINIT_DEVICE_DRIVERS, - RTEMS_SYSINIT_ORDER_SECOND - ); - #endif -#endif - -#ifdef CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER - #include - - #ifdef CONFIGURE_INIT - RTEMS_SYSINIT_ITEM( - _Console_simple_task_Initialize, - RTEMS_SYSINIT_DEVICE_DRIVERS, - RTEMS_SYSINIT_ORDER_SECOND - ); - #endif -#endif - #ifdef CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER #include #endif -- cgit v1.2.3