|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/cpufreq.h>#include <linux/timex.h>#include <asm/msr.h>#include <asm/processor.h>#include <asm/cpu_device_id.h>Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (x86cpu, longrun_ids) | |
| MODULE_AUTHOR ("Dominik Brodowski <[email protected]>") | |
| MODULE_DESCRIPTION ("LongRun driver for Transmeta Crusoe and ""Efficeon processors.") | |
| MODULE_LICENSE ("GPL") | |
| module_init (longrun_init) | |
| module_exit (longrun_exit) | |
| MODULE_AUTHOR | ( | "Dominik Brodowski <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | x86cpu | , |
| longrun_ids | |||
| ) |
| module_exit | ( | longrun_exit | ) |
| module_init | ( | longrun_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2