31#define ATA_DRIVER_TABLE_ENTRY \
32 { rtems_ata_initialize, NULL, NULL, NULL, NULL, NULL }
35#define ATAIO_SET_MULTIPLE_MODE _IO('A', 1)
41#define ATA_DRIVER_MESSAGE_QUEUE_SIZE 50
42#define ATA_DRIVER_TASK_STACK_SIZE 16*1024
43#define ATA_DRIVER_TASK_DEFAULT_PRIORITY 140
uint32_t rtems_device_major_number
This integer type represents the major number of devices.
Definition: io.h:103
uint32_t rtems_device_minor_number
This integer type represents the minor number of devices.
Definition: io.h:115
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
uint32_t rtems_task_priority
This integer type represents task priorities of the Classic API.
Definition: types.h:257
This header file defines the RTEMS Classic API.