From f3d931aa7cfaf96baef8383b59a8938779541ee7 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Thu, 15 Aug 2024 18:35:34 +0200 Subject: [IMP] Moved source code into dev/ folder. Signed-off-by: Amlal EL Mahrouss --- dev/Kernel/Sources/NewFS+Journal.cxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev/Kernel/Sources/NewFS+Journal.cxx (limited to 'dev/Kernel/Sources/NewFS+Journal.cxx') diff --git a/dev/Kernel/Sources/NewFS+Journal.cxx b/dev/Kernel/Sources/NewFS+Journal.cxx new file mode 100644 index 00000000..6504b2bc --- /dev/null +++ b/dev/Kernel/Sources/NewFS+Journal.cxx @@ -0,0 +1,22 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#include +#include + +#ifdef __FSKIT_USE_NEWFS__ + +///! BUGS: 0 +///! @file NewFS+Journal.cxx +///! @brief Journaling for NewFS. + +namespace Kernel::Journal +{ +} // namespace Kernel::Journal + +using namespace Kernel; + +#endif // ifdef __FSKIT_USE_NEWFS__ -- cgit v1.2.3