Skip to content
  • Alexander Graf's avatar
    sysbus: Expose MMIO enumeration helper · 471a9bc1
    Alexander Graf authored
    
    
    Sysbus devices have a range of MMIO regions they expose. The exact number
    of regions is device specific and internal information to the device model.
    
    Expose whether a region exists via a public interface. That way our platform
    bus enumeration code can dynamically determine how many regions exist.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    471a9bc1