1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

#include <machine/md_var.h> to bring the prototype for

alpha_platform_assign_pciintr() into scope (!).
This commit is contained in:
Peter Wemm 1999-07-01 22:58:03 +00:00
parent b9dffbec61
commit f078b1e075
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48432
2 changed files with 4 additions and 2 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: pci.c,v 1.107 1999/05/31 11:29:01 phk Exp $
* $Id: pci.c,v 1.108 1999/05/31 22:13:34 roger Exp $
*
*/
@ -57,6 +57,7 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
#include <machine/md_var.h> /* For the Alpha */
#include <pci/pcireg.h>
#include <pci/pcivar.h>

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: pci.c,v 1.107 1999/05/31 11:29:01 phk Exp $
* $Id: pci.c,v 1.108 1999/05/31 22:13:34 roger Exp $
*
*/
@ -57,6 +57,7 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
#include <machine/md_var.h> /* For the Alpha */
#include <pci/pcireg.h>
#include <pci/pcivar.h>