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 856a841c72
commit b2359f1527
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);