stos: ob: Initialize object manager

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-25 00:51:24 +00:00
parent 4f399576a0
commit 70f58b193f
3 changed files with 43 additions and 0 deletions
+5
View File
@@ -77,4 +77,9 @@ ST_STATUS ObCreateObject(
VOID *Data, ST_OBJECT **Result
);
/*
* Initialize the object manager
*/
VOID ObInitManager(VOID);
#endif /* !_OB_OBJECT_H_ */