Need <arm/cpufunc.h> for cache-related variables.

This commit is contained in:
thorpej 2001-11-30 19:43:20 +00:00
parent 2b08dcc43b
commit e41179bfd0

View File

@ -1,4 +1,4 @@
/* $NetBSD: ifpga.c,v 1.4 2001/11/29 02:26:50 thorpej Exp $ */
/* $NetBSD: ifpga.c,v 1.5 2001/11/30 19:43:20 thorpej Exp $ */
/*
* Copyright (c) 2001 ARM Ltd
@ -49,6 +49,8 @@
#include <machine/intr.h>
#include <arm/cpufunc.h>
#include "opt_cputypes.h"
#include "opt_pci.h"
#include "pci.h"