extra file types

This commit is contained in:
tildearrow 2025-09-27 05:30:28 -05:00
parent 5110538c3f
commit 3bdfe541da
3 changed files with 29 additions and 8 deletions

View file

@ -36,6 +36,8 @@ enum FileType {
FP_TYPE_LINK,
FP_TYPE_PIPE,
FP_TYPE_SOCKET,
FP_TYPE_CHARDEV,
FP_TYPE_BLOCKDEV,
FP_TYPE_MAX
};