summaryrefslogtreecommitdiffstats
path: root/doc/supplements/i386/cputable.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/supplements/i386/cputable.t6
-rw-r--r--doc/supplements/i386/cputable.texi6
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/supplements/i386/cputable.t b/doc/supplements/i386/cputable.t
index a717f49574..643b0cd870 100644
--- a/doc/supplements/i386/cputable.t
+++ b/doc/supplements/i386/cputable.t
@@ -40,7 +40,8 @@ is provided to allow RTEMS to interoperate effectively with the
BSP. The C structure definition is given here:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*idle_task)( void );
@@ -53,7 +54,8 @@ struct cpu_configuration_table @{
unsigned32 interrupt_segment;
void *interrupt_vector_table;
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code
diff --git a/doc/supplements/i386/cputable.texi b/doc/supplements/i386/cputable.texi
index a717f49574..643b0cd870 100644
--- a/doc/supplements/i386/cputable.texi
+++ b/doc/supplements/i386/cputable.texi
@@ -40,7 +40,8 @@ is provided to allow RTEMS to interoperate effectively with the
BSP. The C structure definition is given here:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*idle_task)( void );
@@ -53,7 +54,8 @@ struct cpu_configuration_table @{
unsigned32 interrupt_segment;
void *interrupt_vector_table;
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code