Changeset aa9f194 in rtems for c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
- Timestamp:
- 08/11/95 14:27:23 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c1403ef1
- Parents:
- 0e4c603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
r0e4c603 raa9f194 26 26 void Shm_setvec( void ) 27 27 { 28 #ifdef INTERRUPT_EXTERNAL_MPCI 28 29 set_vector( Shm_isr, INTERRUPT_EXTERNAL_MPCI, 1 ); 30 #endif 29 31 }
Note: See TracChangeset
for help on using the changeset viewer.