#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 */ ernate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-09 22:27:08 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-09 22:27:08 -0500
commit9878f60240f786286ebfaa8ff9227ef38da1720c (patch)
treeb39c6b130ae03f217307f2cd3eb5e7659514a5e4
parentb66a8043d0baa9818a407ed857eada5cb21cd9bb (diff)
parent3e5d6897176d38b54124da56183810abbd68c8bc (diff)
Merge branch 'ena-bug-fixes'
Netanel Belgazal says: ==================== Bug Fixes in ENA driver Changes from V3: * Rebase patchset to master and solve merge conflicts. * Remove redundant bug fix (fix error handling when probe fails) ==================== Signed-off-by: David S. Miller <davem@davemloft.net>