service: hid: Allow to create multiple instances of shared memory
This commit is contained in:
parent
d590cfb9d0
commit
64f68e9635
40 changed files with 1063 additions and 840 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue