diff options
author | dzwdz | 2022-05-02 18:43:49 +0200 |
---|---|---|
committer | dzwdz | 2022-05-02 18:43:49 +0200 |
commit | 8513ae3c3e83ec8835bc0d1355284a9ddd928693 (patch) | |
tree | e5acf926b8bb3ad6a7660cb4ea5f7500c9255fb1 /src/shared/types.h | |
parent | 5abfbff30588e70efb5fc414f32b4bbda333f3f8 (diff) |
kernel/vfs: pass `close()` calls to fs handlers
Diffstat (limited to 'src/shared/types.h')
-rw-r--r-- | src/shared/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/types.h b/src/shared/types.h index b696e85..f47e1bb 100644 --- a/src/shared/types.h +++ b/src/shared/types.h @@ -16,4 +16,5 @@ enum vfs_operation { VFSOP_OPEN, VFSOP_READ, VFSOP_WRITE, + VFSOP_CLOSE, }; |