|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/device.h>#include <linux/devfreq.h>#include <linux/pm.h>#include <linux/mutex.h>#include "governor.h"Go to the source code of this file.
Data Structures | |
| struct | userspace_data |
Variables | |
| struct devfreq_governor | devfreq_userspace |
| struct devfreq_governor devfreq_userspace |
Definition at line 119 of file governor_userspace.c.
1.8.2