9b4c0e34d2
x86-64. Since there's no hardware available yet, this port is only known to run on the Simics simulator for at the moment, and as such uses the PC devices that it simulates for now. It will be developed more (and cleaned up) as the hardware becomes available.
13 lines
237 B
C
13 lines
237 B
C
/* $NetBSD: bios32.h,v 1.1 2001/06/19 00:20:09 fvdl Exp $ */
|
|
|
|
/*
|
|
* XXXfvdl paddr_t, etc, isn't right in bios32 structures, use explicit
|
|
* sizes
|
|
*/
|
|
|
|
#ifdef _KERNEL
|
|
#include <i386/include/bios32.h>
|
|
#else
|
|
#include <i386/bios32.h>
|
|
#endif
|