diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/include/powerpc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/powerpc.h b/sys/arch/powerpc/include/powerpc.h index 50006202088..6a6de1e54db 100644 --- a/sys/arch/powerpc/include/powerpc.h +++ b/sys/arch/powerpc/include/powerpc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: powerpc.h,v 1.4 1999/07/05 21:01:19 rahnds Exp $ */ +/* $OpenBSD: powerpc.h,v 1.5 2001/06/24 05:16:09 drahn Exp $ */ /* $NetBSD: powerpc.h,v 1.1 1996/09/30 16:34:30 ws Exp $ */ /* @@ -76,5 +76,6 @@ struct firmware { #endif }; extern struct firmware *fw; +void ofwconprobe(void); #endif /* _MACHINE_POWERPC_H_ */ |