summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/shmsupp.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 16:32:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 16:32:13 +0000
commit90d02e997376428c895cd0e8b87ef94d1e6fea52 (patch)
tree1361e004f8df246fa9114a64275621f2fb813db8 /doc/bsp_howto/shmsupp.t
parentPatch from Eric Norum <eric@cls.usask.ca> to address the following problem (diff)
downloadrtems-90d02e997376428c895cd0e8b87ef94d1e6fea52.tar.bz2
Enabled Ada95 interrupt support chapter and reformatted a
bunch of stuff to avoid line wrappings.
Diffstat (limited to 'doc/bsp_howto/shmsupp.t')
-rw-r--r--doc/bsp_howto/shmsupp.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bsp_howto/shmsupp.t b/doc/bsp_howto/shmsupp.t
index 1e619ae2dc..3ae09ce88c 100644
--- a/doc/bsp_howto/shmsupp.t
+++ b/doc/bsp_howto/shmsupp.t
@@ -39,10 +39,10 @@ struct shm_config_info @{
vol_u32 *base; /* base address of SHM */
vol_u32 length; /* length (in bytes) of SHM */
vol_u32 format; /* SHM is big or little endian */
- vol_u32 (*convert)(); /* neutral conversion routine */
- vol_u32 poll_intr; /* POLLED or INTR driven mode */
+ vol_u32 (*convert)(); /* neutral conversion routine */
+ vol_u32 poll_intr; /* POLLED or INTR driven mode */
void (*cause_intr)( rtems_unsigned32 );
- Shm_Interrupt_information Intr; /* cause intr information */
+ Shm_Interrupt_information Intr; /* cause intr information */
@};
typedef struct shm_config_info shm_config_table;