Changeset 257 for trunk/hal/tsar_mips32/core
- Timestamp:
- Jul 20, 2017, 2:59:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_drivers.c
r252 r257 94 94 } 95 95 96 /////////////////////////////////////////////////////////////////////////////// 97 // MMC 98 /////////////////////////////////////////////////////////////////////////////// 99 100 ////////////////////////////////////////// 101 void hal_drivers_mmc_init( chdev_t * mmc, 102 uint32_t impl ) 103 { 104 if( impl == IMPL_MMC_TSR ) 105 { 106 soclib_mmc_init( mmc ); 107 } 108 else 109 { 110 assert( false , __FUNCTION__ , "undefined MMC device implementation" ); 111 } 112 } 113
Note: See TracChangeset
for help on using the changeset viewer.