Top | ![]() |
![]() |
![]() |
![]() |
ssize_t igt_readn (int fd
,char *buf
,size_t len
);
Read from fd into provided buffer until the buffer is full or EOF
ssize_t igt_writen (int fd
,const char *buf
,size_t len
);
This writes len
bytes from data
to the sysfs file.