Skip to content
  • Alexander Graf's avatar
    sysbus: Expose IRQ enumeration helpers · b7973186
    Alexander Graf authored
    
    
    Sysbus devices can get their IRQ lines connected to other devices. It is
    possible to figure out which IRQ line a connection is on and whether a sysbus
    device even provides an IRQ connector at a specific offset.
    
    This patch exposes helpers to make this information publicly accessible. We
    will need it for the platform bus dynamic sysbus enumeration.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    b7973186