Correct omission by the previous committer.

This commit is contained in:
mjacob 2000-12-06 06:33:56 +00:00
parent 900169f00c
commit 3741d38c44
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isp_pci.c,v 1.59 2000/11/14 18:42:57 thorpej Exp $ */
/* $NetBSD: isp_pci.c,v 1.60 2000/12/06 06:33:56 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@ -63,6 +63,7 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
#include <uvm/uvm_extern.h>
static u_int16_t isp_pci_rd_reg __P((struct ispsoftc *, int));
static void isp_pci_wr_reg __P((struct ispsoftc *, int, u_int16_t));