summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ide/ata.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 10:43:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 10:43:39 +0000
commita3d3d9aeda34fd9c4535b6d59cf90f42528d273a (patch)
tree81942c70217e54a1bead1ea20e360339e16c7be5 /c/src/libchip/ide/ata.h
parent2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a3d3d9aeda34fd9c4535b6d59cf90f42528d273a.tar.bz2
Remove stray white spaces.
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
}