summaryrefslogtreecommitdiffstats
path: root/doc/supplements/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
commitdb9152036258e231ec0a1ac3c67426700dc3d7e7 (patch)
treea770ce05aba5ce96cb646df5ffb209797bde4a06 /doc/supplements/i960
parentAdded more info. (diff)
downloadrtems-db9152036258e231ec0a1ac3c67426700dc3d7e7.tar.bz2
corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.
Diffstat (limited to 'doc/supplements/i960')
-rw-r--r--doc/supplements/i960/cputable.t6
-rw-r--r--doc/supplements/i960/cputable.texi6
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/supplements/i960/cputable.t b/doc/supplements/i960/cputable.t
index 33304cc937..01f6830889 100644
--- a/doc/supplements/i960/cputable.t
+++ b/doc/supplements/i960/cputable.t
@@ -41,7 +41,8 @@ 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 (*postdriver_hook)( void );
@@ -56,7 +57,8 @@ struct cpu_configuration_table @{
i960ca_PRCB *Prcb;
#endif
-@};
+@} rtems_cpu_table;
+@end group
@end example
The contents of the i960CA Processor Control Block
diff --git a/doc/supplements/i960/cputable.texi b/doc/supplements/i960/cputable.texi
index 33304cc937..01f6830889 100644
--- a/doc/supplements/i960/cputable.texi
+++ b/doc/supplements/i960/cputable.texi
@@ -41,7 +41,8 @@ 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 (*postdriver_hook)( void );
@@ -56,7 +57,8 @@ struct cpu_configuration_table @{
i960ca_PRCB *Prcb;
#endif
-@};
+@} rtems_cpu_table;
+@end group
@end example
The contents of the i960CA Processor Control Block