Implement storage device partition rescan (XDRV_PARTITION_RESCAN), Self-hosted installation WIP
This commit is contained in:
@@ -46,6 +46,7 @@ static void ide_make_device (struct proc* proc, struct reschedule_ctx* rctx,
|
||||
[XDRV_GET_DEVICE_TYPE] = &idedrv_get_device_type,
|
||||
[XDRV_READ] = &idedrv_read,
|
||||
[XDRV_WRITE] = &idedrv_write,
|
||||
[XDRV_PARTITION_RESCAN] = &idedrv_partition_rescan,
|
||||
};
|
||||
|
||||
struct idedrv_init init = {
|
||||
|
||||
Reference in New Issue
Block a user