diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2003-12-09 14:45:39 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2003-12-09 14:45:39 +0000 |
| commit | eaa53cc8fcc94d98e00073793953c03dc294434b (patch) | |
| tree | bdcd80b24c21cc78cfd767d6586c25076ed51ca5 /sys/powerpc/include | |
| parent | 67e945bab95d04b3cda8368a909e4b11771c86d8 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/powerpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h index aa27c6f1ffd1e..1f7992c9e107b 100644 --- a/sys/powerpc/include/powerpc.h +++ b/sys/powerpc/include/powerpc.h @@ -48,6 +48,8 @@ void mem_regions(struct mem_region **, int *, struct mem_region **, int *); * Not sure whether boot itself should be implementation dependent instead. XXX */ void ppc_exit(void); +void OF_halt(void); +void OF_reboot(void); void ppc_boot(char *bootspec); int dk_match(char *name); |
