summaryrefslogtreecommitdiff
path: root/include/sandboxblockdev.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-10-29 19:47:15 -0600
committerSimon Glass <[email protected]>2022-11-07 16:24:30 -0700
commit9bd1aa8af2ed3efde28250987806aaeb12837c66 (patch)
tree3733c428484dcbb7801594dbd076d9860985ed5c /include/sandboxblockdev.h
parent41e751091d7cb1a71ac13ab037e0fcf4fcee67e3 (diff)
dm: sandbox: Create a new HOST uclass
Sandbox supports block devices which can access files on the host machine. At present there is no uclass for this. The devices are attached to the root devic. The block-device type is therefore set to UCLASS_ROOT which is confusing. Block devices should be attached to a 'media' device instead, something which handles access to the actual media and provides the block driver for the block device. Create a new uclass to handle this. It supports two operations, to attach and detach a file on the host machine. For now this is not fully plumbed in. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/sandboxblockdev.h')
0 files changed, 0 insertions, 0 deletions