summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 08:19:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 08:19:38 +0000
commiteaf1c0c44c8081f0c43bb172ddcf8d8307cc2c8a (patch)
treeb087b529cce647905024190d5ace0a70d9d0c1d1 /doc/user/conf.t
parent2008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-eaf1c0c44c8081f0c43bb172ddcf8d8307cc2c8a.tar.bz2
More "bool" cleanup.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index b5e2868c63..23d8f2186c 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -894,7 +894,7 @@ typedef struct @{
uint32_t interrupt_stack_size;
void * (*stack_allocate_hook)( uint32_t );
void (*stack_free_hook)( void * );
- boolean do_zero_of_workspace;
+ bool do_zero_of_workspace;
uint32_t maximum_drivers;
uint32_t number_of_device_drivers;
rtems_driver_address_table *Device_driver_table;
@@ -1599,7 +1599,7 @@ typedef rtems_extension (*rtems_task_exitted_extension)(
);
typedef rtems_extension (*rtems_fatal_extension)(
Internal_errors_Source /* the_source */,
- boolean /* is_internal */,
+ bool /* is_internal */,
uint32_t /* the_error */
);