18 #include <sys/ioctl.h> 27 rtems_device_major_number major,
28 rtems_device_minor_number minor,
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 rtems_status_code
Classic API Status.
Definition: status.h:43
uint32_t rtems_task_priority
Definition: tasks.h:55