pub trait MultipleInterruptSources: Sealed { }
Marker trait indicating that an interrupt source has multiple bindings and handlers.
May not be implemented outside of this HAL.