Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.

This allows the owc module to compile on pc98 and seems preferable to
adding another special case in the build system.
This commit is contained in:
Warner Losh 2015-08-28 15:41:09 +00:00
parent fa60bc2f86
commit 5e4fb9caca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287260
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <i386/ofw_machdep.h>

View File

@ -29,7 +29,7 @@
#ifndef _MACHINE_OFW_MACHDEP_H_
#define _MACHINE_OFW_MACHDEP_H_
#include <x86/bus.h>
#include <machine/bus.h>
#include <vm/vm.h>
typedef uint32_t cell_t;