diff options
Diffstat (limited to 'sys/arch/mvme88k/include/autoconf.h')
-rw-r--r-- | sys/arch/mvme88k/include/autoconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/autoconf.h b/sys/arch/mvme88k/include/autoconf.h index c10fb329dac..dcd6943e79c 100644 --- a/sys/arch/mvme88k/include/autoconf.h +++ b/sys/arch/mvme88k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.16 2005/11/25 22:14:34 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.17 2007/05/08 15:33:10 deraadt Exp $ */ /* * Copyright (c) 1999, Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -62,8 +62,6 @@ extern paddr_t bootaddr; /* PA of boot device */ extern int bootpart; /* boot partition (disk) */ extern int bootbus; /* scsi bus (disk) */ -extern struct device *bootdv; /* boot device */ - vaddr_t mapiodev(paddr_t pa, int size); void unmapiodev(vaddr_t kva, int size); |