summaryrefslogtreecommitdiff
path: root/epoll2.h
blob: 1ecf5f0b83ad5806feb3a683eaf8612ff57881e2 (plain)
1
2
3
4
5
6
7
#ifndef __EPOLL_H
#define __EPOLL_H

extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);

#endif /* __EPOLL_H */
>space:mode:
authorLijun Ou <oulijun@huawei.com>2016-11-23 19:40:59 +0000
committerDoug Ledford <dledford@redhat.com>2016-12-03 14:20:42 -0500
commit9eefa953f475897636f9290d833e45009d58a55d (patch)
tree2ec4bee56db7964b5e9bfda351781e596ca9555f /Documentation/i2c
parente37a79e5d4cac3831fac3d4afbf2461f56b4b7bd (diff)
IB/hns: Add the interface for querying QP1
In old code, It only added the interface for querying non-specific QP. This patch mainly adds an interface for querying QP1. Signed-off-by: Lijun Ou <oulijun@huawei.com> Reviewed-by: Wei Hu (Xavier) <xavier.huwei@huawei.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Documentation/i2c')