rtems_status_code rtems_io_close( rtems_device_major_number major, rtems_device_minor_number minor, void *argument );
RTEMS_SUCCESSFUL
- successfully initialized
RTEMS_INVALID_NUMBER
- invalid major device number
This directive calls the device driver close routine specified in the Device Driver Table for this major number. The close entry point is commonly used by device drivers to relinquish exclusive access to a device.
This directive may or may not cause the calling task to be preempted. This is dependent on the device driver being invoked.
Copyright © 1988-2008 OAR Corporation