#ifndef IOEXACT_H #define IOEXACT_H #include extern ssize_t read_exact(int fd, void *buf, size_t len, bool mayexit); extern ssize_t write_exact(int fd, void *buf, size_t len, bool mayexit); #endif /* IOEXACT_H */ cut icon' href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-11-10 08:37:52 +1000
committerDave Airlie <airlied@redhat.com>2016-11-10 08:37:52 +1000
commit24f910365e84342365a46e5c07d3ac02757c94a1 (patch)
tree7c52e36a8372b57e7ca38c93c7c419c5fcdc7185
parentcf532232c32ae9be2bf2c299f50e61d67700229f (diff)
parentf20024d8ba6bc8abf8d0ec12eabfdedd9935fff2 (diff)
Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
3 more amdgpu fixes. * 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux: drm/amd/powerplay: return false instead of -EINVAL drm/amdgpu/powerplay/smu7: fix unintialized data usage drm/amdgpu: fix crash in acp_hw_fini