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

[boot] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot_utils.c

    r457 r474  
    504504
    505505////////////////
    506 void boot_exit()
     506void boot_exit( void )
    507507{
    508508    boot_printf("\n[BOOT PANIC] core %x suicide at cycle %d...\n",
     
    514514
    515515////////////////////////////
    516 uint32_t boot_get_proctime()
     516uint32_t boot_get_proctime( void )
    517517{
    518518    uint32_t res;       /* Value stored in the CP0_COUNT register.      */
     
    526526
    527527//////////////////////////
    528 uint32_t boot_get_procid()
     528uint32_t boot_get_procid( void )
    529529{
    530530    uint32_t res;       /* Value stored in the CP0_PROCID register.     */
Note: See TracChangeset for help on using the changeset viewer.