summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ide/ata_internal.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-07 03:44:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-07 03:44:14 +0000
commit6640459d06cac35d25f1e5fc2015a1afde164cc3 (patch)
treeaae01ae13778b779af998b8536fa9cdf5bcaa6c3 /c/src/libchip/ide/ata_internal.h
parent2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6640459d06cac35d25f1e5fc2015a1afde164cc3.tar.bz2
Convert to "bool".
Diffstat (limited to 'c/src/libchip/ide/ata_internal.h')
-rw-r--r--c/src/libchip/ide/ata_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/ide/ata_internal.h b/c/src/libchip/ide/ata_internal.h
index 0c24a96bbf..5c36ceecca 100644
--- a/c/src/libchip/ide/ata_internal.h
+++ b/c/src/libchip/ide/ata_internal.h
@@ -298,7 +298,7 @@ typedef struct ata_dev_s {
* structures is indexed by controller minor number
*/
typedef struct ata_ide_ctrl_s {
- rtems_boolean present; /* controller state */
+ bool present; /* controller state */
ata_dev_t device[2]; /* ata diveces description */
rtems_chain_control reqs; /* requests chain */
} ata_ide_ctrl_t;