summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/apm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/bios/apm.h')
-rw-r--r--sys/i386/bios/apm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/bios/apm.h b/sys/i386/bios/apm.h
index 03115ab..038d7d8 100644
--- a/sys/i386/bios/apm.h
+++ b/sys/i386/bios/apm.h
@@ -23,6 +23,11 @@
/* static data */
struct apm_softc {
+#ifdef PC98
+ bus_space_tag_t sc_iot;
+ bus_space_handle_t sc_ioh;
+ struct resource *sc_res;
+#endif
int initialized, active, bios_busy;
int always_halt_cpu, slow_idle_cpu;
int disabled, disengaged;
OpenPOWER on IntegriCloud