RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Functions
ioregisterdriver.c File Reference

This source file contains the implementation of rtems_io_register_driver(). More...

#include <rtems/ioimpl.h>
#include <rtems/rtems/intr.h>

Functions

rtems_status_code rtems_io_register_driver (rtems_device_major_number major, const rtems_driver_address_table *driver_table, rtems_device_major_number *registered_major)
 Registers and initializes the device with the specified device driver address table and device major number in the Device Driver Table.
 

Detailed Description

This source file contains the implementation of rtems_io_register_driver().