#include <linux/module.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/cpu.h>
#include <asm/spu.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/cell-regs.h>
#include "spu_priv1_mmio.h"
Go to the source code of this file.
#define DEVICE_PREFIX_ATTR |
( |
|
_prefix, |
|
|
|
_name, |
|
|
|
_mode |
|
) |
| |
Value:
.attr = { .name =
__stringify(_name), .mode = _mode }, \
.show = _prefix ## _show_ ## _name, \
.
store = _prefix ## _store_ ## _name, \
};
Definition at line 62 of file cbe_thermal.c.
module_exit |
( |
thermal_exit |
| ) |
|
module_init |
( |
thermal_init |
| ) |
|