core: kernel: k_process: Use application system resource.
This commit is contained in:
parent
b3a8c0dc49
commit
e79270507b
3 changed files with 15 additions and 1 deletions
|
@ -246,6 +246,12 @@ public:
|
|||
/// Gets the virtual memory manager for the kernel.
|
||||
const KMemoryManager& MemoryManager() const;
|
||||
|
||||
/// Gets the application resource manager.
|
||||
KSystemResource& GetAppSystemResource();
|
||||
|
||||
/// Gets the application resource manager.
|
||||
const KSystemResource& GetAppSystemResource() const;
|
||||
|
||||
/// Gets the system resource manager.
|
||||
KSystemResource& GetSystemSystemResource();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue