hidbus: Implement hidbus and ringcon

This commit is contained in:
german77 2021-05-02 18:41:03 -05:00 committed by Narr the Reg
parent 9c8fa421f4
commit 0a05a333e2
14 changed files with 1679 additions and 26 deletions

View file

@ -264,6 +264,12 @@ public:
/// Gets the shared memory object for Time services.
const Kernel::KSharedMemory& GetTimeSharedMem() const;
/// Gets the shared memory object for HIDBus services.
Kernel::KSharedMemory& GetHidBusSharedMem();
/// Gets the shared memory object for HIDBus services.
const Kernel::KSharedMemory& GetHidBusSharedMem() const;
/// Suspend/unsuspend the OS.
void Suspend(bool in_suspention);