Ignore:
Timestamp:
Aug 21, 2018, 9:51:40 PM (6 years ago)
Author:
viala@…
Message:

[hal/mips32] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_kentry.h

    r408 r481  
    9797 * to address contained in EPC calling hal_kentry_eret()
    9898 ************************************************************************************/
    99 void hal_kentry_enter();
     99void hal_kentry_enter( void );
    100100
    101101/*************************************************************************************
     
    104104 * contained in the c0_epc register.
    105105 * ************************************************************************************/
    106 void hal_kentry_eret();
     106void hal_kentry_eret( void );
    107107
    108108#endif  /* _HAL_KENTRY_H_ */
Note: See TracChangeset for help on using the changeset viewer.