Pull some prototypes into scope

This commit is contained in:
Peter Wemm 1999-07-01 22:48:31 +00:00
parent 7a263b1d92
commit 3ee1f12806
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48428
2 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -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>