diff options
Diffstat (limited to 'sys/arch/sun3/include/idprom.h')
-rw-r--r-- | sys/arch/sun3/include/idprom.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/idprom.h b/sys/arch/sun3/include/idprom.h index 42c30ce4ed1..50cd844a2d5 100644 --- a/sys/arch/sun3/include/idprom.h +++ b/sys/arch/sun3/include/idprom.h @@ -1,3 +1,4 @@ +/* $OpenBSD: idprom.h,v 1.5 1997/01/16 04:04:07 kstailey Exp $ */ /* $NetBSD: idprom.h,v 1.12 1996/11/20 18:57:10 gwr Exp $ */ /*- @@ -54,7 +55,10 @@ struct idprom { #define IDPROM_SIZE (sizeof(struct idprom)) #ifdef _KERNEL + extern struct idprom identity_prom; -int idprom_init(); + +int idprom_init __P((void)); void idprom_etheraddr __P((u_char *)); + #endif |