Changeset 498 for trunk/boot/tsar_mips32
- Timestamp:
- Aug 23, 2018, 12:02:06 AM (7 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/boot/tsar_mips32/boot.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/boot/tsar_mips32/boot.cr474 r498 121 121 * This function returns the printable string for each device type 122 122 ********************************************************************************/ 123 char * device_type_str( uint32_t dev_type )123 static const char * device_type_str( uint32_t dev_type ) 124 124 { 125 125 if ( dev_type == DEV_TYPE_RAM_SCL ) return "RAM_SCL"; 
Note: See TracChangeset
          for help on using the changeset viewer.
      
