mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Kernel: Stub more functions to progress aarch64 build
This commit is contained in:
parent
f9ab02429b
commit
32f4c8df6c
5 changed files with 36 additions and 1 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
Vector<NonnullLockRefPtr<IRQController>> const& controllers();
|
||||
NonnullLockRefPtr<IRQController> get_responsible_irq_controller(u8 interrupt_vector);
|
||||
|
||||
void enumerate_interrupt_handlers(Function<void(GenericInterruptHandler&)>);
|
||||
|
||||
private:
|
||||
InterruptManagement() = default;
|
||||
void find_controllers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue