mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
fa60bc2f86
commit
5e4fb9caca
2 changed files with 7 additions and 1 deletions
6
sys/pc98/include/ofw_machdep.h
Normal file
6
sys/pc98/include/ofw_machdep.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <i386/ofw_machdep.h>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue