summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/ata.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto/ata.t')
-rw-r--r--doc/bsp_howto/ata.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bsp_howto/ata.t b/doc/bsp_howto/ata.t
index c1c17fda3f..5843595fab 100644
--- a/doc/bsp_howto/ata.t
+++ b/doc/bsp_howto/ata.t
@@ -127,7 +127,7 @@ information about controller's queue and devices attached to the controller:
* controller and chain of ATA requests to the controller.
*/
typedef struct ata_ide_ctrl_s @{
- rtems_boolean present; /* controller state */
+ bool present; /* controller state */
ata_dev_t device[2]; /* ata devices description */
Chain_Control reqs; /* requests chain */
@} ata_ide_ctrl_t;