Enabled Ada95 interrupt support chapter and reformatted a

bunch of stuff to avoid line wrappings.
This commit is contained in:
Joel Sherrill
1999-10-25 16:32:13 +00:00
parent 8379ada798
commit 90d02e9973
6 changed files with 48 additions and 35 deletions

View File

@@ -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;