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 */
space:mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-02-05 14:58:07 -0600
committerBjorn Helgaas <bhelgaas@google.com>2016-02-05 16:29:19 -0600
commitb6b83f7fdae7cae5260b907510619a47bd29cd70 (patch)
treecb70babe49b446ab0db75f1cb2845e84a78d567a /Documentation/devicetree/bindings
parent234234c2e12e1b302beefbd11e9c5b26f9234cb1 (diff)
PCI: Remove empty asm-generic/pci-bridge.h
include/asm-generic/pci-bridge.h is empty, and nobody includes it, so remove it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/devicetree/bindings')