dev: implement driver objects to organise and identify devices
This commit is contained in:
@@ -8,5 +8,6 @@ struct block_device *block_device_create(void)
|
||||
}
|
||||
|
||||
dev->dev_type = DEV_TYPE_BLOCK;
|
||||
|
||||
return BLOCK_DEVICE(dev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user