summaryrefslogtreecommitdiffstats
path: root/doc/supplements/sparc/cputable.texi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/supplements/sparc/cputable.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/supplements/sparc/cputable.texi b/doc/supplements/sparc/cputable.texi
index 481665a9ce..5b82cb3533 100644
--- a/doc/supplements/sparc/cputable.texi
+++ b/doc/supplements/sparc/cputable.texi
@@ -38,7 +38,8 @@ Information Table is given by the C structure definition is
shown below:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -50,7 +51,8 @@ struct cpu_configuration_table @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code