37#ifndef _RTEMS_CONFDEFS_SIMPLECONSOLE_H
38#define _RTEMS_CONFDEFS_SIMPLECONSOLE_H
40#ifndef __CONFIGURATION_TEMPLATE_h
41#error "Do not include this file directly, use <rtems/confdefs.h> instead"
46#if defined(CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER) \
47 && defined(CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER)
48 #error "CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER and CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER are mutually exclusive"
51#if defined(CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER) \
52 || defined(CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER)
61#ifdef CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
64 RTEMS_SYSINIT_DEVICE_DRIVERS,
65 RTEMS_SYSINIT_ORDER_SECOND
69#ifdef CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER
72 RTEMS_SYSINIT_DEVICE_DRIVERS,
73 RTEMS_SYSINIT_ORDER_SECOND
Console Driver for all Boards.
void _Console_simple_task_Initialize(void)
Initializes a simple task console device.
Definition: consolesimpletask.c:217
void _Console_simple_Initialize(void)
Initializes a simple console device.
Definition: consolesimple.c:91
#define RTEMS_SYSINIT_ITEM(handler, module, order)
Creates the system initialization item associated with the handler, module, and order.
Definition: sysinit.h:204
This header file provides the API of the System Initialization Support.