hidbus: Implement hidbus and ringcon
This commit is contained in:
parent
856a841c72
commit
b2359f1527
14 changed files with 1679 additions and 26 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue