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_hba_driver.c

    r439 r474  
    8181 * @ returns command index (0 to 31) / returns -1 if not found              *
    8282 ****************************************************************************/
    83 static int boot_hba_cmd_alloc()
     83static int boot_hba_cmd_alloc( void )
    8484{
    8585    uint32_t i;
     
    129129
    130130///////////////////
    131 int boot_hba_init()
     131int boot_hba_init( void )
    132132{
    133133    uint64_t cmd_table_addr;  // Command Table physical base address
Note: See TracChangeset for help on using the changeset viewer.