aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-03-31 22:02:59 +0000
committerWarner Losh <imp@FreeBSD.org>2018-03-31 22:02:59 +0000
commit80105e4e72b05a151fa71e328984cbe1ec0a5550 (patch)
tree8f24766c9971a33e46603afcb061e696f42f4acc /sys/dev/firewire
parent2d5832444f0096a4cc4d5d0077264e69b9aa4b51 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/fwohcireg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h
index 38b7a5d25f0d..1b8ffe71c0c1 100644
--- a/sys/dev/firewire/fwohcireg.h
+++ b/sys/dev/firewire/fwohcireg.h
@@ -330,6 +330,7 @@ struct ohci_registers {
struct ohci_dma dma_irch[0x20];
};
+#ifndef _STANDALONE
struct fwohcidb_tr {
STAILQ_ENTRY(fwohcidb_tr) link;
struct fw_xfer *xfer;
@@ -339,6 +340,7 @@ struct fwohcidb_tr {
bus_addr_t bus_addr;
int dbcnt;
};
+#endif
/*
* OHCI info structure.