RTEMS  5.1
Macros | Functions
ps2_drv.h File Reference

Paux driver routines. More...

Go to the source code of this file.

Macros

#define PAUX_DRIVER_TABLE_ENTRY
 

Functions

rtems_device_driver paux_initialize (rtems_device_major_number, rtems_device_minor_number, void *)
 
rtems_device_driver paux_open (rtems_device_major_number, rtems_device_minor_number, void *)
 
rtems_device_driver paux_control (rtems_device_major_number, rtems_device_minor_number, void *)
 
rtems_device_driver paux_close (rtems_device_major_number, rtems_device_minor_number, void *)
 
rtems_device_driver paux_read (rtems_device_major_number, rtems_device_minor_number, void *)
 
rtems_device_driver paux_write (rtems_device_major_number, rtems_device_minor_number, void *)
 

Detailed Description

Paux driver routines.

Macro Definition Documentation

◆ PAUX_DRIVER_TABLE_ENTRY

#define PAUX_DRIVER_TABLE_ENTRY
Value:
{ paux_initialize, paux_open, paux_close, \
paux_read, paux_write, paux_control }