diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 05:16:10 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 05:16:10 +0000 |
commit | 0d5d9247292acc8702d72ed6ba127263643df25a (patch) | |
tree | cd0004e39c649a9dab7a81eaa9c02167584bbdf9 /sys | |
parent | a073e2bbd529d0de0c5cc84de78c85024c895eb1 (diff) |
Add prototype for ofwconprobe().
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_ */ |