Merged from 4.5.0-beta3a

This commit is contained in:
Joel Sherrill
2000-06-12 15:00:15 +00:00
parent 0ab6547431
commit df49c60c96
2120 changed files with 123526 additions and 13179 deletions

View File

@@ -104,21 +104,6 @@ rtems_device_driver console_open(
return status;
}
/*PAGE
*
* console_reserve_resources
*
* This routine uses the termios driver to reserve resources.
*/
void console_reserve_resources(
rtems_configuration_table *configuration
)
{
rtems_termios_reserve_resources( configuration, 4 );
}
/*PAGE
*
* console_close