summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-pcm.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 18:13:11 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 18:13:11 +0000
commit74856ecf5237acc6f5ca08ce0cefb354316084be (patch)
treeec81fa4dc155bf0aac74e631d51d558f8e0b74f7 /drivers/dahdi/xpp/xbus-pcm.h
parent9d886a8e34490fabc3a1e3a0ebba5f8a43a6fd49 (diff)
Yet another zaptel->dahdi rename. XPP file names this time.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4418 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-pcm.h')
-rw-r--r--drivers/dahdi/xpp/xbus-pcm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/dahdi/xpp/xbus-pcm.h b/drivers/dahdi/xpp/xbus-pcm.h
index 9d4e771..3995bdc 100644
--- a/drivers/dahdi/xpp/xbus-pcm.h
+++ b/drivers/dahdi/xpp/xbus-pcm.h
@@ -53,9 +53,9 @@ struct xpp_timestamp {
* A ticker encapsulates the timing information of some
* abstract tick source. The following tickers are used:
* - Each xbus has an embedded ticker.
- * - There is one global zaptel_ticker to represent ticks
- * of external zaptel card (in case we want to sync
- * from other zaptel devices).
+ * - There is one global dahdi_ticker to represent ticks
+ * of external dahdi card (in case we want to sync
+ * from other dahdi devices).
*/
struct xpp_ticker { /* for rate calculation */
int count;
@@ -113,8 +113,8 @@ int xbus_command_queue_tick(xbus_t *xbus);
void xbus_reset_counters(xbus_t *xbus);
void elect_syncer(const char *msg);
int xpp_echocan(struct dahdi_chan *chan, int len);
-#ifdef ZAPTEL_SYNC_TICK
-int zaptel_sync_tick(struct dahdi_span *span, int is_master);
+#ifdef DAHDI_SYNC_TICK
+int dahdi_sync_tick(struct dahdi_span *span, int is_master);
#endif
#ifdef XPP_EC_CHUNK