Skip to content
  • Simon Glass's avatar
    blk: Support iteration · 96f37b09
    Simon Glass authored
    
    
    It is useful to be able to iterate over block devices. Typically there
    are fixed and removable devices. For security reasons it is sometimes
    useful to ignore removable devices since they are under user control.
    
    Add iterators which support selecting the block-device type.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    96f37b09