diff options
Diffstat (limited to 'dev/libSystem/SystemKit/Jail.h')
| -rw-r--r-- | dev/libSystem/SystemKit/Jail.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev/libSystem/SystemKit/Jail.h b/dev/libSystem/SystemKit/Jail.h new file mode 100644 index 00000000..998173f9 --- /dev/null +++ b/dev/libSystem/SystemKit/Jail.h @@ -0,0 +1,22 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#include <libSystem/SystemKit/System.h> + +/// @file Jail.h +/// @brief NeKernel Jail System + +struct JAIL_INFO; +struct JAIL; + +/// @brief Jail information (client side struct) +struct JAIL_INFO { + SInt32 fParentID; + SInt32 fJailHash; + SInt64 fACL; +};
\ No newline at end of file |
