summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/console.h
diff options
context:
space:
mode:
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,