procedure IO_Register_Name ( Name : in String; Major : in RTEMS.Device_Major_Number; Minor : in RTEMS.Device_Minor_Number; Result : out RTEMS.Status_Codes );
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