aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_epvar.h
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-10-30 01:13:47 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-10-30 01:13:47 +0000
commit7651f160e18fe8587c7fd0cfa1e335d19fd6817b (patch)
treecb7ccb10a7dbcd2bd7ab11322e61d1fd31f71cdd /sys/dev/ep/if_epvar.h
parent679dbf129f591ef86b861133e57cef0e02de75d8 (diff)
Notes
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. */