Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / tools / power / cpupower / utils / idle_monitor / idle_monitors.h
blob4fcdeb1e07e8286f3291eb6b9bfeb0dcd8e1c6e9
1 /*
2 * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc.
4 * Licensed under the terms of the GNU GPL License version 2.
6 * Based on the idea from Michael Matz <matz@suse.de>
8 */
10 #ifndef _CPUIDLE_IDLE_MONITORS_H_
11 #define _CPUIDLE_IDLE_MONITORS_H_
13 #define DEF(x) extern struct cpuidle_monitor x ##_monitor;
14 #include "idle_monitors.def"
15 #undef DEF
16 extern struct cpuidle_monitor *all_monitors[];
18 #endif /* _CPUIDLE_IDLE_MONITORS_H_ */