core: kernel: k_process: Use application system resource.

This commit is contained in:
bunnei 2023-02-10 21:03:39 -08:00
parent b3a8c0dc49
commit e79270507b
3 changed files with 15 additions and 1 deletions

View file

@ -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();