summaryrefslogtreecommitdiff
path: root/drivers/block/host_dev.c
AgeCommit message (Collapse)Author
2022-11-07dm: sandbox: Create a block driverSimon Glass
Create a block driver for the new HOST uclass. This handles attaching and detaching host files. For now the uclass is not used but this will be plumbed in with future patches. Signed-off-by: Simon Glass <[email protected]>