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 */
x/net-next.git/commit/include/net/pkt_cls.h?h=nds-private-remove&id=cf1facda2f61bc3e9ffd985b6d624dec6ad3f279'>sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+2 2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko1-0/+1