summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/irongatevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/irongatevar.h')
-rw-r--r--sys/arch/alpha/pci/irongatevar.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/alpha/pci/irongatevar.h b/sys/arch/alpha/pci/irongatevar.h
index 62180eb3433..a6e19edc120 100644
--- a/sys/arch/alpha/pci/irongatevar.h
+++ b/sys/arch/alpha/pci/irongatevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: irongatevar.h,v 1.3 2001/12/14 00:44:59 nate Exp $ */
+/* $OpenBSD: irongatevar.h,v 1.4 2006/03/16 22:32:44 miod Exp $ */
/* $NetBSD: irongatevar.h,v 1.3 2000/11/29 06:29:10 thorpej Exp $ */
/*-
@@ -61,12 +61,6 @@ struct irongate_config {
int ic_mallocsafe;
};
-struct irongate_softc {
- struct device sc_dev;
-
- struct irongate_config *sc_icp;
-};
-
void irongate_init(struct irongate_config *, int);
void irongate_pci_init(pci_chipset_tag_t, void *);
void irongate_dma_init(struct irongate_config *);