aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_epvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ep/if_epvar.h')
-rw-r--r--sys/dev/ep/if_epvar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h
index 922a264620bc..c7b9cb39d5b0 100644
--- a/sys/dev/ep/if_epvar.h
+++ b/sys/dev/ep/if_epvar.h
@@ -45,6 +45,9 @@ struct ep_softc {
bus_space_tag_t bst;
void *ep_intrhand;
+ struct callout watchdog_timer;
+ int tx_timer;
+
u_short ep_connectors; /* Connectors on this card. */
u_char ep_connector; /* Configured connector. */