| 54 | ****************************************************************************/ |
| 55 | |
| 56 | void sim_registerblockdevice(void) |
| 57 | { |
| 58 | ramdisk_register(0, (uint8_t *)sim_deviceimage(), NSECTORS, |
| 59 | LOGICAL_SECTOR_SIZE, RDFLAG_WRENABLED | RDFLAG_FUNLINK); |
| 60 | } |
no test coverage detected