summaryrefslogtreecommitdiff
path: root/src/shared/types.h
diff options
context:
space:
mode:
authordzwdz2022-05-02 18:43:49 +0200
committerdzwdz2022-05-02 18:43:49 +0200
commit8513ae3c3e83ec8835bc0d1355284a9ddd928693 (patch)
treee5acf926b8bb3ad6a7660cb4ea5f7500c9255fb1 /src/shared/types.h
parent5abfbff30588e70efb5fc414f32b4bbda333f3f8 (diff)
kernel/vfs: pass `close()` calls to fs handlers
Diffstat (limited to 'src/shared/types.h')
-rw-r--r--src/shared/types.h1
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,
};