summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-08-25 16:41:06 +0200
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-08-25 16:41:06 +0200
commitd8654b2409bc80c2e832b49df6e57bcf60d6f052 (patch)
tree759186dc7e5fd6dec80db069a52e3917faf38425 /xhfc/xhfc.h
parent70c459545852ad454e236a2b21586c53f959e18c (diff)
other cosmetic changes
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 0d69588..5a02175 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -151,7 +151,6 @@ struct xhfc_pi {
#define dchan_fifo(span) (span->port * 4 + 2)
-void xhfc_config_d_chan_on_fifo(struct xhfc_span*);
void xhfc_flush_fifo(struct xhfc* x, int fifo);
int xhfc_hdlc_init(struct xhfc* x);
int xhfc_hdlc_interrupt(struct xhfc* x);
@@ -165,6 +164,7 @@ int xhfc_cfg_pcm(struct xhfc * xhfc, __u8 pcm);
void hfc_handle_state(struct xhfc_span *s);
void hfc_update_st_timers(struct xhfc *x);
+void hfc_start_st(struct xhfc_span *s);
int __devinit xhfc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
void __devexit xhfc_remove_one(struct pci_dev *pdev);