diff options
Diffstat (limited to 'sys/arch/arc/pci/pci_machdep.h')
-rw-r--r-- | sys/arch/arc/pci/pci_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arc/pci/pci_machdep.h b/sys/arch/arc/pci/pci_machdep.h index 3afbeb1c206..5543d2c1f7e 100644 --- a/sys/arch/arc/pci/pci_machdep.h +++ b/sys/arch/arc/pci/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.1 1997/03/12 19:17:01 pefo Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.2 1997/04/19 17:20:02 pefo Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -89,3 +89,5 @@ struct arc_pci_chipset { #define pci_ether_hw_addr(c, p) \ (*(c)->pc_ether_hw_addr)((p)) +vm_offset_t vtophys __P((void *)); + |