forked from Imagelibrary/rtems
2000-12-01 Joel Sherrill <joel@OARcorp.com>
* console-polled.c: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* console-polled.c: Remove warnings.
|
||||||
|
|
||||||
2000-11-13 Joel Sherrill <joel@OARcorp.com>
|
2000-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* clock_driver_stub.c: This is a stub of a clock driver that
|
* clock_driver_stub.c: This is a stub of a clock driver that
|
||||||
|
|||||||
@@ -140,9 +140,3 @@ rtems_device_driver console_control(
|
|||||||
return rtems_termios_ioctl (arg);
|
return rtems_termios_ioctl (arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void console_reserve_resources(
|
|
||||||
rtems_configuration_table *configuration
|
|
||||||
)
|
|
||||||
{
|
|
||||||
rtems_termios_reserve_resources( configuration, 1 );
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user