Use <machine/*.h> instead of <i386/include/*.h>.

This commit is contained in:
bde 1998-02-01 22:23:18 +00:00
parent 1f39dba76e
commit 7f4d8a3790
2 changed files with 5 additions and 3 deletions

View File

@ -22,14 +22,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: mpapic.h,v 1.4 1997/07/28 03:40:09 smp Exp smp $
* $Id: mpapic.h,v 1.10 1997/07/28 03:59:34 fsmp Exp $
*/
#ifndef _MACHINE_MPAPIC_H_
#define _MACHINE_MPAPIC_H_
#include <machine/apic.h>
#include <i386/isa/icu.h>
#include <i386/include/apic.h>
/* number of busses */
#if !defined(NBUS)

View File

@ -28,7 +28,8 @@
*/
#include <i386/isa/sound/sound_config.h>
#include <i386/include/md_var.h>
#include <machine/md_var.h>
#if defined(CONFIG_AUDIO) || defined(CONFIG_GUS)
#ifdef ALLOW_POLL