mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 01:45:07 -04:00
kern: implement more of KInterruptManager
This commit is contained in:
parent
62de3322ff
commit
5f857cb079
17 changed files with 579 additions and 39 deletions
|
@ -41,4 +41,8 @@ namespace ams::kern {
|
|||
virtual void DoTask() = 0;
|
||||
};
|
||||
|
||||
static ALWAYS_INLINE KInterruptTask *GetDummyInterruptTask() {
|
||||
return reinterpret_cast<KInterruptTask *>(1);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue