#include <irq_source.hpp>

Public Member Functions | |
| virtual | ~irq_source (void) |
| Empty virtual destructor to enforce derived virtual destructors. | |
| virtual void | irq_moved (l4_irq_t from, l4_irq_t to)=0 |
| Called whenever the IRQ management chooses to assign this source annother IRQ than the requested one. | |
| virtual void irq_source::irq_moved | ( | l4_irq_t | from, | |
| l4_irq_t | to | |||
| ) | [pure virtual] |
Called whenever the IRQ management chooses to assign this source annother IRQ than the requested one.
This function is intended to be overridden.
Implemented in device_base, host_resource_owner, pci_device_base< SpaceT >, pci_device_base< l4io_device_config_space >, pci_device_base< piix_ide_config_space >, and pci_device_base< dummy_device_config_space >.