/* ------------------------------------------- Copyright Amlal El Mahrouss. FILE: ifs.h PURPOSE: IFS model base header. ------------------------------------------- */ #pragma once #include struct DDK_IFS_MANIFEST; /// @brief IFS hooks to plug into the FileMgr. /// why? because we don't need to implement filesystem on the kernel directly.