Changeset 11290355 in rtems for c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
- Timestamp:
- 09/29/95 17:19:16 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ceface
- Parents:
- 1039ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
r1039ae4 r11290355 53 53 shm_config_table BSP_shm_cfgtbl; 54 54 55 void Shm_Cause_interrupt_simhppa( 56 rtems_unsigned32 node 57 ); 55 void Shm_Cause_interrupt_pxfl( rtems_unsigned32 node ); 58 56 59 57 void Shm_Get_configuration( … … 66 64 BSP_shm_cfgtbl.format = SHM_BIG; 67 65 68 BSP_shm_cfgtbl.cause_intr = Shm_Cause_interrupt_ simhppa;66 BSP_shm_cfgtbl.cause_intr = Shm_Cause_interrupt_pxfl; 69 67 70 68 #ifdef NEUTRAL_BIG
Note: See TracChangeset
for help on using the changeset viewer.