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 */
ption>
authorCaesar Wang <wxt@rock-chips.com>2016-05-18 23:01:39 +0800
committerZhang Rui <rui.zhang@intel.com>2016-06-01 22:25:48 +0800
commit5a5e78cd706ce0577ed6356634a34552c866cc10 (patch)
tree59b3913f969d448853a716be9d048c66f55a1fda
parentf840ab18bdf2e415dac21d09fbbbd2873111bd48 (diff)
thermal: add the note for set_trip_temp
Fixes commit 60f9ce3ada53 ("thermal: of-thermal: allow setting trip_temp on hardware") Signed-off-by: Caesar Wang <wxt@rock-chips.com> Cc: Zhang Rui <rui.zhang@intel.com> Cc: Eduardo Valentin <edubezval@gmail.com> Cc: linux-pm@vger.kernel.org Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat