summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/src/FS/Ext2+FileMgr.cc
blob: 810e7e44d75cb93d3b2111f64307b2102322e1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -------------------------------------------

  Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.

------------------------------------------- */

#ifndef __NE_MINIMAL_OS__
#ifdef __FSKIT_INCLUDES_EXT2__

#include <KernelKit/FileMgr.h>
#include <KernelKit/HeapMgr.h>

#endif  // ifdef __FSKIT_INCLUDES_EXT2__
#endif  // ifndef __NE_MINIMAL_OS__