NeKernel dev
Loading...
Searching...
No Matches
IFS.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
10
11namespace Kernel {
17Int32 fs_ifs_read(IMountpoint* Mnt, DriveTrait& DrvTrait, Int32 DrvIndex);
18
24Int32 fs_ifs_write(IMountpoint* Mnt, DriveTrait& DrvTrait, Int32 DrvIndex);
25} // namespace Kernel
Drive Manager.
Mounted drives interface.
Definition DriveMgr.h:92
UPS inline definitions.
Definition Device.h:12
__INT32_TYPE__ Int32
Definition Config.h:38
Int32 fs_ifs_write(IMountpoint *Mnt, DriveTrait &DrvTrait, Int32 DrvIndex)
Write to IFS disk.
Definition IFS.cc:63
Int32 fs_ifs_read(IMountpoint *Mnt, DriveTrait &DrvTrait, Int32 DrvIndex)
Read from IFS disk.
Definition IFS.cc:31
Media drive trait type.
Definition DriveMgr.h:54