mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 23:24:26 -04:00
kern: use common GIC implementation for arm/arm64
This commit is contained in:
parent
f07bd0e337
commit
48e8562033
7 changed files with 364 additions and 253 deletions
|
@ -24,6 +24,13 @@
|
|||
using ams::kern::arch::arm64::KInterruptController;
|
||||
}
|
||||
|
||||
#elif defined(ATMOSPHERE_ARCH_ARM)
|
||||
|
||||
#include <mesosphere/arch/arm/kern_k_interrupt_controller.hpp>
|
||||
namespace ams::kern {
|
||||
using ams::kern::arch::arm::KInterruptController;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#error "Unknown architecture for KInterruptController"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue