forked from Imagelibrary/rtems
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* optman/sapi/no-io.c: Change rtems_io_register_name to take a const char *.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* optman/sapi/no-io.c: Change rtems_io_register_name to take a const
|
||||||
|
char *.
|
||||||
|
|
||||||
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
|
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
|
||||||
|
|||||||
@@ -59,9 +59,9 @@ rtems_status_code rtems_io_unregister_driver(
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtems_status_code rtems_io_register_name(
|
rtems_status_code rtems_io_register_name(
|
||||||
char *device_name,
|
const char *device_name,
|
||||||
rtems_device_major_number major,
|
rtems_device_major_number major,
|
||||||
rtems_device_minor_number minor
|
rtems_device_minor_number minor
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
_Internal_error_Occurred(
|
_Internal_error_Occurred(
|
||||||
|
|||||||
Reference in New Issue
Block a user