stos: ob: Add helper to create object directory
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user