summaryrefslogtreecommitdiff
path: root/drivers/dahdi/arith.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:59:46 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:59:46 +0000
commitc6c6804d72cad2eef6d44974534fd79f173c8214 (patch)
treefaccd10843aaba2fe0da85d57cd91cb36b314b6b /drivers/dahdi/arith.h
parent3b10699608036b8dfab80e25efe1bee493786413 (diff)
replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDI
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4322 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/arith.h')
-rw-r--r--drivers/dahdi/arith.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dahdi/arith.h b/drivers/dahdi/arith.h
index 760dcc8..9f763fe 100644
--- a/drivers/dahdi/arith.h
+++ b/drivers/dahdi/arith.h
@@ -1,12 +1,12 @@
-#ifndef _ZAPTEL_ARITH_H
-#define _ZAPTEL_ARITH_H
+#ifndef _DAHDI_ARITH_H
+#define _DAHDI_ARITH_H
/*
* Handy add/subtract functions to operate on chunks of shorts.
* Feel free to add customizations for additional architectures
*
*/
-#ifdef CONFIG_ZAPTEL_MMX
+#ifdef CONFIG_DAHDI_MMX
#ifdef DAHDI_CHUNKSIZE
static inline void __ACSS(volatile short *dst, const short *src)
{
@@ -361,4 +361,4 @@ static inline short MAX16(const short *y, int len, int *pos)
}
#endif /* MMX */
-#endif /* _ZAPTEL_ARITH_H */
+#endif /* _DAHDI_ARITH_H */