Each application utilizing the RTEMS I/O manager must specify the address of a Device Driver Table in its Configuration Table. This table contains each device driver's entry points. Each device driver may contain the following entry points:
If the device driver does not support a particular
entry point, then that entry in the Configuration Table should
be NULL. RTEMS will return
RTEMS.SUCCESSFUL
as the executive's and
zero (0) as the device driver's return code for these device
driver entry points.
Copyright © 1988-2000 OAR Corporation