#include <linux/types.h>
#include <linux/pci.h>
#include <linux/time.h>
#include <asm/platform.h>
#include <asm/timex.h>
#include <asm/param.h>
Go to the source code of this file.
|
| _F (void, setup,(char **cmd),{}) |
|
| _F (void, init_irq,(void),{}) |
|
| _F (void, restart,(void),{while(1);}) |
|
| _F (void, halt,(void),{while(1);}) |
|
| _F (void, power_off,(void),{while(1);}) |
|
| _F (void, idle,(void),{__asm__ __volatile__("waiti 0":::"memory");}) |
|
| _F (void, heartbeat,(void),{}) |
|
| _F (int, pcibios_fixup,(void),{return 0;}) |
|
#define _F |
( |
|
r, |
|
|
|
f, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
_F |
( |
void |
, |
|
|
halt |
, |
|
|
(void) |
, |
|
|
{while(1);} |
|
|
) |
| |
_F |
( |
void |
, |
|
|
power_off |
, |
|
|
(void) |
, |
|
|
{while(1);} |
|
|
) |
| |