diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-03 09:29:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-03 18:48:14 +0100 |
| commit | a715d760ae486407f27f62815428da011d06e8dd (patch) | |
| tree | cf55145f0485698463491ee1d3bbaeb3104befa6 /sys/linux/dev_fb.txt | |
| parent | ae13a849e613cd929bbcf98bec83e1bdb30a62b1 (diff) | |
sys/linux: add /dev/fb1
qemu -vga cirrus results in /dev/fb0 and /dev/fb1.
Diffstat (limited to 'sys/linux/dev_fb.txt')
| -rw-r--r-- | sys/linux/dev_fb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/dev_fb.txt b/sys/linux/dev_fb.txt index 038ce1ac7..d395f4bc1 100644 --- a/sys/linux/dev_fb.txt +++ b/sys/linux/dev_fb.txt @@ -8,6 +8,7 @@ include <uapi/linux/fb.h> resource fd_fb[fd] openat$fb0(fd const[AT_FDCWD], file ptr[in, string["/dev/fb0"]], flags flags[open_flags], mode const[0]) fd_fb +openat$fb1(fd const[AT_FDCWD], file ptr[in, string["/dev/fb1"]], flags flags[open_flags], mode const[0]) fd_fb write$fb(fd fd_fb, data ptr[in, array[int8]], len bytesize[data]) read$fb(fd fd_fb, data ptr[out, array[int8]], len bytesize[data]) |
