Changeset 474 for trunk/boot/tsar_mips32/boot_fat32.c
- Timestamp:
- Aug 21, 2018, 9:50:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot_fat32.c
r473 r474 145 145 * @ returns 0 on success, -1 on error. * 146 146 ****************************************************************************/ 147 static int set_fsi( )147 static int set_fsi( void ) 148 148 { 149 149 #if DEBUG_BOOT_FAT32 … … 211 211 #if DEBUG_BOOT_FAT32 212 212 213 static void fat32_desc_display( )213 static void fat32_desc_display( void ) 214 214 { 215 215 boot_printf("\n############### FAT32 DESCRIPTOR ####################" … … 774 774 775 775 ///////////////////// 776 int boot_fat32_init( )776 int boot_fat32_init( void ) 777 777 { 778 778 // FAT32 initialization should be done only once
Note: See TracChangeset
for help on using the changeset viewer.