summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ide/ata.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libchip/ide/ata.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/libchip/ide/ata.h b/c/src/libchip/ide/ata.h
index e46accf6bb..0a79b48ccd 100644
--- a/c/src/libchip/ide/ata.h
+++ b/c/src/libchip/ide/ata.h
@@ -1,7 +1,7 @@
/*
* ata.h
*
- * ATA RTEMS driver header file. This file should be included from an
+ * ATA RTEMS driver header file. This file should be included from an
* application.
*
* Copyright (C) 2002 OKTET Ltd., St.-Petersburg, Russia
@@ -10,7 +10,7 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
+ *
* $Id$
*/
#ifndef __ATA_H__
@@ -29,20 +29,20 @@ rtems_device_driver ata_initialize(
rtems_device_major_number major,
rtems_device_minor_number minor,
void *args);
-
+
#define ATA_DRIVER_TABLE_ENTRY \
{ata_initialize, GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES}
-
+
/* ATA IOCTL request codes */
#define ATAIO_SET_MULTIPLE_MODE _IO('A', 1)
-/*
- * ATA driver configuration parameters
+/*
+ * ATA driver configuration parameters
* FIXME: should be configured more easy...
*/
#define ATA_DRIVER_MESSAGE_QUEUE_SIZE 50
#define ATA_DRIVER_TASK_PRIORITY 140
-#define ATA_DRIVER_TASK_STACK_SIZE 16*1024
+#define ATA_DRIVER_TASK_STACK_SIZE 16*1024
#ifdef __cplusplus
}