Changeset 305231bd in rtems
- Timestamp:
- 06/17/16 06:04:25 (7 years ago)
- Branches:
- 5, master
- Children:
- 16706b72
- Parents:
- 6131b84
- Location:
- c/src/libchip/shmdr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/shmdr/fatal.c
r6131b84 r305231bd 20 20 21 21 void MPCI_Fatal( 22 Internal_errors_Sourcesource,23 bool 24 uint32_terror22 rtems_fatal_source source, 23 bool is_internal, 24 rtems_fatal_code error 25 25 ) 26 26 { -
c/src/libchip/shmdr/shm_driver.h
r6131b84 r305231bd 480 480 void Init_env_pool( void ); 481 481 void Shm_Print_statistics( void ); 482 void MPCI_Fatal( Internal_errors_Source, bool, uint32_t);482 void MPCI_Fatal( rtems_fatal_source, bool, rtems_fatal_code ); 483 483 rtems_task Shm_Cause_interrupt( uint32_t ); 484 484 void Shm_install_timer( void );
Note: See TracChangeset
for help on using the changeset viewer.