summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/pdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/pdc.h')
-rw-r--r--sys/arch/hppa/include/pdc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h
index cf54f7a5ce8..c263f73836c 100644
--- a/sys/arch/hppa/include/pdc.h
+++ b/sys/arch/hppa/include/pdc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pdc.h,v 1.25 2003/07/15 17:15:32 mickey Exp $ */
+/* $OpenBSD: pdc.h,v 1.26 2003/08/20 22:51:07 mickey Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -457,6 +457,11 @@ struct pdc_hwtlb { /* PDC_TLB */
u_int filler[30];
};
+struct pdc_power_info { /* PDC_SOFT_POWER_INFO */
+ u_int addr; /* power register address */
+ u_int filler[30];
+};
+
struct pdc_sysmap_find { /* PDC_SYSMAP_FIND */
u_int hpa;
u_int size; /* pages */