diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-01 23:59:03 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-01 23:59:03 +0200 |
| commit | 5bc5e4de0d4dcfc52c192315ca5c59a066d678d8 (patch) | |
| tree | 0de48d9d3645b0cd6857b84629d0adbcd353a521 /SDK/Libraries/CoreSystem/Headers/File.h | |
| parent | fc0d38259fd6670966b916b1f28a11f3cb2a4c45 (diff) | |
MHR-23: Fix ACPI and APIC probe.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'SDK/Libraries/CoreSystem/Headers/File.h')
| -rw-r--r-- | SDK/Libraries/CoreSystem/Headers/File.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SDK/Libraries/CoreSystem/Headers/File.h b/SDK/Libraries/CoreSystem/Headers/File.h index 0013b074..cfd9ee30 100644 --- a/SDK/Libraries/CoreSystem/Headers/File.h +++ b/SDK/Libraries/CoreSystem/Headers/File.h @@ -49,4 +49,9 @@ CS_EXTERN_C FSForkRef CSGetFork(FSRef refCS, const CharacterTypeUTF8* forkName); /// @return if not return false, or true. CS_EXTERN_C BooleanType CSIsValidPath(const CharacterTypeUTF8* path); +/// @brief Flush file +/// @param refCS the file reference. +/// @return +CS_EXTERN_C VoidType CSFlushFile(FSRef refCS); + /// END OF FILE |
