stos: ob: Add helper to create object directory

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-25 00:49:13 +00:00
parent 70c3a30f72
commit 4f399576a0
2 changed files with 47 additions and 0 deletions
+8
View File
@@ -56,6 +56,14 @@ typedef struct {
USIZE EntryCount;
} OBJECT_DIRECTORY;
/*
* Create a new object directory
*
* @Name: Name of object
* @Result: Resulting object is written here
*/
ST_STATUS ObCreateDirectory(const CHAR *Name, ST_OBJECT **Result);
/*
* Allocate and create a new objec
*