mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287260
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 New Issue
Block a user