Changeset 521 for trunk/boot/tsar_mips32/boot_fat32.h
- Timestamp:
- Aug 30, 2018, 6:39:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot_fat32.h
r474 r521 361 361 * @ returns 0 on success, -1 on error. * 362 362 ****************************************************************************/ 363 int boot_fat32_load( c har*pathname,364 uint32_t buff_addr,365 uint32_t buff_size );363 int boot_fat32_load( const char * pathname, 364 uint32_t buff_addr, 365 uint32_t buff_size ); 366 366 367 367 #endif // BOOT_FAT32_H
Note: See TracChangeset
for help on using the changeset viewer.