Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/wait.h>
#include <linux/cpufreq.h>
#include <asm/prom.h>
#include "windfarm.h"
Go to the source code of this file.
Macros | |
#define | VERSION "0.3" |
Functions | |
module_init (wf_cpufreq_clamp_init) | |
module_exit (wf_cpufreq_clamp_exit) | |
MODULE_AUTHOR ("Benjamin Herrenschmidt <[email protected]>") | |
MODULE_DESCRIPTION ("CPU frequency clamp for PowerMacs thermal control") | |
MODULE_LICENSE ("GPL") | |
#define VERSION "0.3" |
Definition at line 14 of file windfarm_cpufreq_clamp.c.
MODULE_AUTHOR | ( | "Benjamin Herrenschmidt <[email protected]>" | ) |
module_exit | ( | wf_cpufreq_clamp_exit | ) |
module_init | ( | wf_cpufreq_clamp_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |