summaryrefslogtreecommitdiff
path: root/ioexact.h
blob: c69552bf82f2aa33b2c831f94af2f7bafe444a4b (plain)
1
2
3
4
5
6
7
8
9
#ifndef IOEXACT_H
#define IOEXACT_H

#include <stdbool.h>

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 */
/td>mode:
authorMichael Turquette <mturquette@baylibre.com>2016-07-05 17:16:08 -0700
committerMichael Turquette <mturquette@baylibre.com>2016-07-06 01:25:08 -0700
commit9d6928639134cff896a92f8ff7fad14370e88d3c (patch)
treec69ca3c4e3cb43b28cadb57d8ec35e92893b31a0
parent086347705be7530feabb6274a3ad81dd545e7914 (diff)
parent9ca91a65583c73e4be6e9f53323a7ae04e6803ef (diff)
Merge tag 'sunxi-clk-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-fixes
Allwinner clock fixes for 4.7 A bunch of changes for the display clocks merged in 4.7
Diffstat