Add some missing includes of <sys/device.h>

This commit is contained in:
matt 2011-02-20 08:03:22 +00:00
parent e0c47ee162
commit 045e8178c9
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ioasicvar.h,v 1.20 2009/05/12 14:47:04 cegger Exp $ */
/* $NetBSD: ioasicvar.h,v 1.21 2011/02/20 08:03:22 matt Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
@ -30,6 +30,8 @@
#ifndef _DEV_TC_IOASICVAR_H_
#define _DEV_TC_IOASICVAR_H_
#include <sys/device.h>
struct ioasic_dev {
const char *iad_modname;
tc_offset_t iad_offset;

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcvar.h,v 1.24 2009/05/12 14:47:04 cegger Exp $ */
/* $NetBSD: tcvar.h,v 1.25 2011/02/20 08:03:22 matt Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
@ -35,6 +35,7 @@
*/
#include <sys/bus.h>
#include <sys/device.h>
#include <dev/tc/tcreg.h>
/*