diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-31 22:27:28 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-31 22:32:59 +0200 |
| commit | 3c4efadf68e2071429925ea7f90f73341200a42f (patch) | |
| tree | fa3b3faa39aca899330d6823f16a6cb66371286d /Private/CFKit | |
| parent | bdd680f31ac1b23f5ad9baea60d01f6860e02575 (diff) | |
Kernel: Improve Drive Manager regarding the NewFS support.
HCFS is also planned, HCFS is a filesystem made for mass media storages.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/CFKit')
| -rw-r--r-- | Private/CFKit/IPCEndpoint.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/CFKit/IPCEndpoint.hxx b/Private/CFKit/IPCEndpoint.hxx index a6e8f90d..bc697dc7 100644 --- a/Private/CFKit/IPCEndpoint.hxx +++ b/Private/CFKit/IPCEndpoint.hxx @@ -20,8 +20,8 @@ #define kRemoteMaxLen 21 namespace NewOS { - typedef UIntPtr ipc_method_type; - typedef Char ipc_remote_type[kRemoteMaxLen]; -} // namespace NewOS +typedef UIntPtr ipc_method_type; +typedef Char ipc_remote_type[kRemoteMaxLen]; +} // namespace NewOS -#endif // _INC_IPC_ENDPOINT_HXX_
\ No newline at end of file +#endif // _INC_IPC_ENDPOINT_HXX_
\ No newline at end of file |
