diff options
Diffstat (limited to 'sys/linux/dev_sr.txt')
| -rw-r--r-- | sys/linux/dev_sr.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/linux/dev_sr.txt b/sys/linux/dev_sr.txt new file mode 100644 index 000000000..6dfc5e428 --- /dev/null +++ b/sys/linux/dev_sr.txt @@ -0,0 +1,8 @@ +# Copyright 2018 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +include <uapi/linux/fcntl.h> + +resource fd_sr[fd_block] + +openat$sr(fd const[AT_FDCWD], file ptr[in, string["/dev/sr0"]], flags flags[open_flags], mode const[0]) fd_sr |
