forked from Imagelibrary/rtems
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Removed console_reserve_resources().
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* console/console.c: Removed console_reserve_resources().
|
||||||
|
|
||||||
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/Makefile.am: Cleanup.
|
* include/Makefile.am: Cleanup.
|
||||||
|
|||||||
@@ -304,13 +304,6 @@ int console_write_support (int minor, const char *buf, int len)
|
|||||||
return nwrite;
|
return nwrite;
|
||||||
}
|
}
|
||||||
|
|
||||||
void console_reserve_resources(
|
|
||||||
rtems_configuration_table *configuration
|
|
||||||
)
|
|
||||||
{
|
|
||||||
rtems_termios_reserve_resources( configuration, 2 );
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Console Device Driver Entry Points
|
* Console Device Driver Entry Points
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user