Pull in the BWX inlines. We expect the arch to be set appropriately for

the assembler before these files are pulled in by the chip-sepecific files.
This commit is contained in:
thorpej 1999-12-02 19:44:49 +00:00
parent 4e08cc6996
commit 90bc415584
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_bwx_bus_io_chipdep.c,v 1.5 1998/08/30 23:29:10 cgd Exp $ */
/* $NetBSD: pci_bwx_bus_io_chipdep.c,v 1.6 1999/12/02 19:44:49 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -84,6 +84,8 @@
#include <sys/extent.h>
#include <machine/bwx.h>
#define __C(A,B) __CONCAT(A,B)
#define __S(S) __STRING(S)

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_bwx_bus_mem_chipdep.c,v 1.5 1998/08/30 23:29:10 cgd Exp $ */
/* $NetBSD: pci_bwx_bus_mem_chipdep.c,v 1.6 1999/12/02 19:44:49 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -84,6 +84,8 @@
#include <sys/extent.h>
#include <machine/bwx.h>
#define __C(A,B) __CONCAT(A,B)
#define __S(S) __STRING(S)