summaryrefslogtreecommitdiff
path: root/proc.h
blob: 0a31f36a1fca264575a906a523a8e2a5c644a16d (plain)
1
2
3
4
5
6
7
8
#ifndef PROC_H
#define PROC_H

extern void cpu_affinity(int cpu);
extern int set_proc_prio(int prio);
extern int set_sched_status(int policy, int priority);

#endif /* PROC_H */
d>space:mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2016-02-12 17:27:45 +0100
committerJiri Kosina <jkosina@suse.cz>2016-02-16 20:40:38 +0100
commitf6205161782fa325152340c8fe47c1b90105cfbc (patch)
tree5868c0b3f8ded8861a447e0fa4d5247be76754aa /Documentation/men-chameleon-bus.txt
parent17f28470f4c705811ad6870162f30275143da235 (diff)
HID: wacom: close the wireless receiver on remove()
rmmod/insmod the wacom.ko module does not work for the receiver because it was not previously closed. Now, we can hack with the wireless receiver without having to unplug/replug it. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Acked-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/men-chameleon-bus.txt')