summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-31 14:14:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-31 14:14:27 +0000
commitfe4edc8ccf4fb0b92c28610a6ac583371d6db26e (patch)
tree5884b16ef1dd45b4c479306e9e120941a333f208
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to: (diff)
downloadrtems-fe4edc8ccf4fb0b92c28610a6ac583371d6db26e.tar.bz2
Include clockdrv.h and console.h per Frank Szczerba <frank@wmi.com>.
-rw-r--r--c/src/exec/sapi/include/confdefs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index a07112faf3..16b51cdc1f 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -248,6 +248,14 @@ rtems_initialization_tasks_table Initialization_tasks[] = {
#define NULL_DRIVER_TABLE_ENTRY \
{ NULL, NULL, NULL, NULL, NULL, NULL }
+#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#include <console.h>
+#endif
+
+#ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#include <clockdrv.h>
+#endif
+
#ifdef CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
#include <timerdrv.h>
#endif