diff options
author | peter <peter@FreeBSD.org> | 1999-07-01 22:48:31 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-07-01 22:48:31 +0000 |
commit | 2fef26d591a4b0b0e6a220e24366d4ca3f979197 (patch) | |
tree | 68c16a2b0c3bde69bda22cfad355115bd6350f72 | |
parent | 45332ea2395de4b404ba6c9654cbdb26366699d5 (diff) | |
download | FreeBSD-src-2fef26d591a4b0b0e6a220e24366d4ca3f979197.zip FreeBSD-src-2fef26d591a4b0b0e6a220e24366d4ca3f979197.tar.gz |
Pull some prototypes into scope
-rw-r--r-- | sys/alpha/pci/pcibus.c | 3 | ||||
-rw-r--r-- | sys/alpha/pci/tsunami.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c index 58c4769..f8b3bd8 100644 --- a/sys/alpha/pci/pcibus.c +++ b/sys/alpha/pci/pcibus.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcibus.c,v 1.14 1999/05/20 15:33:24 gallatin Exp $ + * $Id: pcibus.c,v 1.15 1999/07/01 20:23:01 peter Exp $ * */ @@ -41,6 +41,7 @@ #include <machine/chipset.h> #include <machine/cpuconf.h> #include <machine/resource.h> +#include <machine/md_var.h> #include <alpha/pci/pcibus.h> #include <alpha/isa/isavar.h> diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c index 70278d3..3c58e2b 100644 --- a/sys/alpha/pci/tsunami.c +++ b/sys/alpha/pci/tsunami.c @@ -38,6 +38,7 @@ #include <sys/malloc.h> #include <pci/pcivar.h> +#include <alpha/isa/isavar.h> #include <alpha/pci/tsunamireg.h> #include <alpha/pci/tsunamivar.h> #include <alpha/pci/pcibus.h> |