Skip to content
Snippets Groups Projects
Commit 2023e608 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

disk: introduce get_device()


This patch introduces function get_device(). This looks up a
block_dev_desc_t from an interface name (e.g. mmc) and device number
(e.g. 0). This function is essentially the non-partition-specific
prefix of get_device_and_partition().

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 650f3664
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment