-/* $OpenBSD: biosvar.h,v 1.33 2000/02/18 17:10:09 mickey Exp $ */
+/* $OpenBSD: biosvar.h,v 1.34 2000/03/05 19:07:43 mickey Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
extern u_int bootapiver;
extern bios_memmap_t *bios_memmap;
+extern bios_pciinfo_t *bios_pciinfo;
#endif /* _KERNEL */
#endif /* _LOCORE */
-/* $OpenBSD: pci_machdep.c,v 1.14 1999/01/11 05:11:26 millert Exp $ */
+/* $OpenBSD: pci_machdep.c,v 1.15 2000/03/05 19:07:44 mickey Exp $ */
/* $NetBSD: pci_machdep.c,v 1.28 1997/06/06 23:29:17 thorpej Exp $ */
/*-
#include "bios.h"
#if NBIOS > 0
#include <machine/biosvar.h>
-extern bios_pciinfo_t *bios_pciinfo;
#endif
#include <i386/isa/icu.h>