diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-09 23:34:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-09 23:34:46 +0100 |
commit | 011d99fc5f90b1e2b51f7b96688bdcbbb944e104 (patch) | |
tree | 20a2a03ef168a09185b77fbea04adfeefc1d99bf /src/common/include/fs.h | |
parent | e499d74b6f0b57f9a11486c346dbc335e4f8433d (diff) | |
download | kogata-011d99fc5f90b1e2b51f7b96688bdcbbb944e104.tar.gz kogata-011d99fc5f90b1e2b51f7b96688bdcbbb944e104.zip |
VESA mode setting ; displays kogata logo!
Diffstat (limited to 'src/common/include/fs.h')
-rw-r--r-- | src/common/include/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include/fs.h b/src/common/include/fs.h index 5a2fc84..e70ff55 100644 --- a/src/common/include/fs.h +++ b/src/common/include/fs.h @@ -11,7 +11,7 @@ typedef int fd_t; #define FT_BLOCKDEV (0x04) #define FT_CHARDEV (0x08) #define FT_CHANNEL (0x10) // dual-pipe -// #define FT_SOCKET (0x20) // Not yet! Semantics not defined. (TODO) +#define FT_FRAMEBUFFER (0x20) // FM_* enum describes modes for opening a file as well as authorized operations in stat_t // (some flags are used only for open() or only in stat_t.access) |