Changeset 474 for trunk/boot/tsar_mips32/boot_hba_driver.c
- Timestamp:
- Aug 21, 2018, 9:50:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot_hba_driver.c
r439 r474 81 81 * @ returns command index (0 to 31) / returns -1 if not found * 82 82 ****************************************************************************/ 83 static int boot_hba_cmd_alloc( )83 static int boot_hba_cmd_alloc( void ) 84 84 { 85 85 uint32_t i; … … 129 129 130 130 /////////////////// 131 int boot_hba_init( )131 int boot_hba_init( void ) 132 132 { 133 133 uint64_t cmd_table_addr; // Command Table physical base address
Note: See TracChangeset
for help on using the changeset viewer.