RTEMS Logo

RTEMS 4.10.2 On-Line Library


I/O Manager IO_UNREGISTER_DRIVER - Unregister a device driver

PREV UP NEXT Bookshelf RTEMS C User's Guide

16.4.2: IO_UNREGISTER_DRIVER - Unregister a device driver

CALLING SEQUENCE:

rtems_status_code rtems_io_unregister_driver(
  rtems_device_major_number   major
);

DIRECTIVE STATUS CODES:

RTEMS_SUCCESSFUL - successfully registered
RTEMS_INVALID_NUMBER - invalid major device number

DESCRIPTION:

This directive removes a device driver from the Device Driver Table.

NOTES:

Currently no specific checks are made and the driver is not closed.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation