Last active
August 5, 2017 02:49
-
-
Save srikanth007m/cca0404fd586bf13941199d957dc8277 to your computer and use it in GitHub Desktop.
data descriptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| include <asm/ioctl.h> | |
| include <vendor/qcom/proprietary/data/qti/src/qti.h> | |
| incdir "vendor/qcom/proprietary/data/qti/" | |
| resource fd_qti[fd] | |
| syz_open_dev$smdcntl8(dev ptr[in, string["/dev/smdcntl8"]], id intptr, flags flags[open_flags]) fd_qti | |
| syz_open_dev$rmnetctrl(dev ptr[in, string["/dev/rmnet_ctrl"]], id intptr, flags flags[open_flags]) fd_qti | |
| syz_open_dev$dplctrl(dev ptr[in, string["/dev/dpl_ctrl"]], id intptr, flags flags[open_flags]) fd_qti | |
| ioctl$FRMNET_CTRL_GET_LINE_STATE(fd fd_qti, cmd const[FRMNET_CTRL_GET_LINE_STATE], arg ptr[out, int32]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment