summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk/DDKKit/ifs.h
blob: 46c13be4e0bfc5664311b0132e1ff69a190ce0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -------------------------------------------

  Copyright Amlal El Mahrouss.

  FILE: ifs.h
  PURPOSE: IFS model base header.

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

#pragma once

#include <DDKKit/macros.h>

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.