![]() |
RTEMS 6.1
|
Exar Multiport PCI UART interface. More...
Go to the source code of this file.
Macros | |
| #define | EXAR17D15X_DRIVER_TABLE_ENTRY { exar17d15x_initialize, NULL, NULL, NULL, NULL, NULL } |
Functions | |
| rtems_device_driver | exar17d15x_initialize (rtems_device_major_number major, rtems_device_minor_number minor, void *arg) |
| Exar 17D15x Initialization Entry Point. | |
Exar Multiport PCI UART interface.
| #define EXAR17D15X_DRIVER_TABLE_ENTRY { exar17d15x_initialize, NULL, NULL, NULL, NULL, NULL } |
This macro defines the standard device driver table entry for a console device driver.
| rtems_device_driver exar17d15x_initialize | ( | rtems_device_major_number | major, |
| rtems_device_minor_number | minor, | ||
| void * | arg | ||
| ) |
Exar 17D15x Initialization Entry Point.
This method initializes the Exar XR17D15x device driver.
| [in] | major | is the device driver major number |
| [in] | minor | is the device driver minor number |
| [in] | arg | is the parameters to this call |