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 */
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-02-09 15:52:33 +0100
committerBjorn Helgaas <bhelgaas@google.com>2016-03-08 15:42:56 -0600
commite32faa303f7f63bad8f9f04267878d61e0f7e0b5 (patch)
tree61ca8fb5c0001b9d624b71c9271932a3bf656355 /Documentation/devicetree/bindings
parent56e75e2a15d0b28261503d415eb56bb4c2b92be5 (diff)
PCI: tegra: Remove misleading PHYS_OFFSET
BARs are disabled when the size register is 0, so it's misleading to write a base address into the start register. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
iffstat-header'>Diffstat (limited to 'Documentation/devicetree')