diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-12 16:50:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-12 16:50:14 +0000 |
commit | d28e9e60d3f2f53f3d5867be56c8101eb725a2be (patch) | |
tree | 532830bd5964fdb38efd7da86225dd34abb1a655 /sys/arch/macppc/include/autoconf.h | |
parent | 1c668f62ae745fe498e26293d2e7af372af57266 (diff) |
Remove unused openfirmware code; ok drahn@
Diffstat (limited to 'sys/arch/macppc/include/autoconf.h')
-rw-r--r-- | sys/arch/macppc/include/autoconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/autoconf.h b/sys/arch/macppc/include/autoconf.h index 093ae271828..4d149bc62b5 100644 --- a/sys/arch/macppc/include/autoconf.h +++ b/sys/arch/macppc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.6 2005/10/21 22:07:45 kettenis Exp $ */ +/* $OpenBSD: autoconf.h,v 1.7 2006/02/12 16:50:12 miod Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -91,7 +91,6 @@ void set_clockintr(void (*)(struct clockframe *)); void set_iointr(void (*)(void *, int)); int badaddr(void *, u_int32_t); void calc_delayconst(void); -void ofrootfound(void); typedef int (time_read_t)(time_t *sec); typedef int (time_write_t)(time_t sec); |