summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-11-25 12:11:35 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-11-25 12:11:35 +0100
commit2cff5bae47a83ac4992c13e4dcaf790868983579 (patch)
treec591b8f9e27da6649ff7fd424f17aaac0f3cbf2e /xhfc/xhfc.h
parentb96bc6ff8387acff617d6efc419472d78dd9b2c1 (diff)
State machine changes
Forgot to commit last friday
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 9e21079..396c57a 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -172,6 +172,7 @@ int xhfc_reset(struct xhfc * xhfc);
int xhfc_chipid(struct xhfc * xhfc);
int xhfc_cfg_pcm(struct xhfc * xhfc, __u8 pcm);
+void start_state_machine(struct xhfc_span* s);
void activate_request(struct xhfc_span* s);
void deactivate_request(struct xhfc_span* s);
void handle_state_change(struct xhfc_span* s);