diff options
Diffstat (limited to 'dev/libSystem/Jail.h')
| -rw-r--r-- | dev/libSystem/Jail.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/libSystem/Jail.h b/dev/libSystem/Jail.h new file mode 100644 index 00000000..6a9259fc --- /dev/null +++ b/dev/libSystem/Jail.h @@ -0,0 +1,15 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#include <libSystem/System.h> + +/// @file Jail.h +/// @brief NeKernel Jail System + +struct JAIL_INFO; +struct JAIL;
\ No newline at end of file |
