mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* user/io.t: Change rtems_io_register_name to take a const char *.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* user/io.t: Change rtems_io_register_name to take a const char *.
|
||||
|
||||
2005-09-15 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
PR 365/rtems
|
||||
|
||||
@@ -409,7 +409,7 @@ initialized.
|
||||
@findex rtems_io_register_name
|
||||
@example
|
||||
rtems_status_code rtems_io_register_name(
|
||||
char *name,
|
||||
const char *name,
|
||||
rtems_device_major_number major,
|
||||
rtems_device_minor_number minor
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user