Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/io.h>
#include <linux/leds.h>
#include <asm/processor.h>
#include <cobalt.h>
Go to the source code of this file.
Macros | |
#define | RESET_PORT ((void __iomem *)CKSEG1ADDR(0x1c000000)) |
#define | RESET 0x0f |
Functions | |
DEFINE_LED_TRIGGER (power_off_led_trigger) | |
device_initcall (ledtrig_power_off_init) | |
void | cobalt_machine_halt (void) |
void | cobalt_machine_restart (char *command) |
#define RESET_PORT ((void __iomem *)CKSEG1ADDR(0x1c000000)) |
DEFINE_LED_TRIGGER | ( | power_off_led_trigger | ) |
device_initcall | ( | ledtrig_power_off_init | ) |