Implement process and thread object type getters

This commit is contained in:
2026-07-09 20:33:57 +02:00
parent 17f23fff41
commit b98d94b4f3
5 changed files with 78 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include <xtos.hh>
#include <ps/process.hh>
#include <ps/psmgr.hh>
#include <ps/quota.hh>
#include <ps/thread.hh>