From b628637805e7eebc72b4bbc8f502073b0e5ea3f5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 Oct 1997 15:10:13 +0000 Subject: Added prototype for console_reserve_resources. --- cpukit/libcsupport/include/console.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/libcsupport/include/console.h') 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, -- cgit v1.2.3