summaryrefslogtreecommitdiff
path: root/drivers/dahdi/arith.h
diff options
context:
space:
mode:
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 */