diff options
Diffstat (limited to 'src/common/include/proto/fs.h')
-rw-r--r-- | src/common/include/proto/fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/include/proto/fs.h b/src/common/include/proto/fs.h index e70ff55..49091eb 100644 --- a/src/common/include/proto/fs.h +++ b/src/common/include/proto/fs.h @@ -50,9 +50,9 @@ typedef struct { #define IOCTL_BLOCKDEV_GET_BLOCK_COUNT 41 -#define SEL_READ 0x01 -#define SEL_WRITE 0x02 -#define SEL_ERROR 0x04 +#define SEL_READ (0x01) +#define SEL_WRITE (0x02) +#define SEL_ERROR (0x04) typedef struct { fd_t fd; |