service: hid: Allow to create multiple instances of shared memory

This commit is contained in:
Narr the Reg
2023-12-13 21:39:38 -06:00
parent d590cfb9d0
commit 64f68e9635
40 changed files with 1063 additions and 840 deletions

View File

@ -239,12 +239,6 @@ public:
/// Gets the system resource manager.
const KSystemResource& GetSystemSystemResource() const;
/// Gets the shared memory object for HID services.
Kernel::KSharedMemory& GetHidSharedMem();
/// Gets the shared memory object for HID services.
const Kernel::KSharedMemory& GetHidSharedMem() const;
/// Gets the shared memory object for font services.
Kernel::KSharedMemory& GetFontSharedMem();