rtems_status_code rtems_io_register_name( const char *name, rtems_device_major_number major, rtems_device_minor_number minor );
RTEMS_SUCCESSFUL
- successfully initialized
RTEMS_TOO_MANY
- too many devices registered
This directive associates name with the specified major/minor number pair.
This directive will not cause the calling task to be preempted.
Copyright © 1988-2008 OAR Corporation