summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-05-05 19:25:58 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-05-05 19:25:58 +0000
commit537886df4c0221451b6a580d72f745851584ec18 (patch)
treed49b03269ab0cd936f1a4562c9aafdd0ebf81f39 /sys/arch/amd64/include
parent32848e10be29b62f8780467f5cd8b63d3ccb490f (diff)
remove never used get/set ioperm sysarch functions. ok guenther
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/sysarch.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/amd64/include/sysarch.h b/sys/arch/amd64/include/sysarch.h
index 185a0837af9..e139fc763b4 100644
--- a/sys/arch/amd64/include/sysarch.h
+++ b/sys/arch/amd64/include/sysarch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysarch.h,v 1.12 2012/12/05 23:20:10 deraadt Exp $ */
+/* $OpenBSD: sysarch.h,v 1.13 2013/05/05 19:25:57 tedu Exp $ */
/* $NetBSD: sysarch.h,v 1.1 2003/04/26 18:39:48 fvdl Exp $ */
#ifndef _MACHINE_SYSARCH_H_
@@ -21,14 +21,6 @@ struct amd64_iopl_args {
int iopl;
};
-struct amd64_get_ioperm_args {
- u_long *iomap;
-};
-
-struct amd64_set_ioperm_args {
- u_long *iomap;
-};
-
struct amd64_pmc_info_args {
int type;
int flags;
@@ -73,8 +65,6 @@ int amd64_get_fsbase(struct proc *, void *);
__BEGIN_DECLS
int amd64_iopl(int);
-int amd64_get_ioperm(u_long *);
-int amd64_set_ioperm(u_long *);
int amd64_pmc_info(struct amd64_pmc_info_args *);
int amd64_pmc_startstop(struct amd64_pmc_startstop_args *);
int amd64_pmc_read(struct amd64_pmc_read_args *);