Changeset 305231bd in rtems


Ignore:
Timestamp:
06/17/16 06:04:25 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
16706b72
Parents:
6131b84
Message:

bsps: Fix MPCI_Fatal() prototype

Close #2742.

Location:
c/src/libchip/shmdr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/shmdr/fatal.c

    r6131b84 r305231bd  
    2020
    2121void MPCI_Fatal(
    22   Internal_errors_Source source,
    23   bool                    is_internal,
    24   uint32_t                error
     22  rtems_fatal_source source,
     23  bool               is_internal,
     24  rtems_fatal_code   error
    2525)
    2626{
  • c/src/libchip/shmdr/shm_driver.h

    r6131b84 r305231bd  
    480480void           Init_env_pool( void );
    481481void           Shm_Print_statistics( void );
    482 void           MPCI_Fatal( Internal_errors_Source, bool, uint32_t);
     482void           MPCI_Fatal( rtems_fatal_source, bool, rtems_fatal_code );
    483483rtems_task     Shm_Cause_interrupt( uint32_t );
    484484void           Shm_install_timer( void );
Note: See TracChangeset for help on using the changeset viewer.