summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/console.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 15:10:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 15:10:13 +0000
commitb628637805e7eebc72b4bbc8f502073b0e5ea3f5 (patch)
tree4fafa312906fa652020a69e3d6e82096631fab6f /cpukit/libcsupport/include/console.h
parentAdded termios test. (diff)
downloadrtems-b628637805e7eebc72b4bbc8f502073b0e5ea3f5.tar.bz2
Added prototype for console_reserve_resources.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/include/console.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/console.h b/cpukit/libcsupport/include/console.h
index 208b2b2f3a..1650826a58 100644
--- a/cpukit/libcsupport/include/console.h
+++ b/cpukit/libcsupport/include/console.h
@@ -25,6 +25,10 @@ extern "C" {
{ console_initialize, console_open, console_close, \
console_read, console_write, console_control }
+void console_reserve_resources(
+ rtems_configuration_table *configuration
+);
+
rtems_device_driver console_initialize(
rtems_device_major_number,
rtems_device_minor_number,