• S
    disk: introduce get_device() · 2023e608
    Stephen Warren 提交于
    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: NStephen Warren <swarren@nvidia.com>
    2023e608
part.h 6.4 KB