summaryrefslogtreecommitdiff
path: root/dahdi_cfg.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 14:21:58 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 14:21:58 +0000
commit3403af6f5eba79740c98abb2678f9a66ef5a8190 (patch)
tree93415a9598e5363284832757de0596988a421aa6 /dahdi_cfg.h
parentdb9cffbffeedcde4ee52027160b96a2548262c5d (diff)
initial copy
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4335 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_cfg.h')
-rw-r--r--dahdi_cfg.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/dahdi_cfg.h b/dahdi_cfg.h
new file mode 100644
index 0000000..8ad5d81
--- /dev/null
+++ b/dahdi_cfg.h
@@ -0,0 +1,27 @@
+/*
+ * BSD Telephony Of Mexico "Tormenta" card LINUX driver, version 1.6 1/9/01
+ *
+ * Working with the "Tormenta ISA" Card
+ *
+ *
+ * Part of the "Zapata" Computer Telephony Technology.
+ *
+ * See http://www.bsdtelephony.com.mx
+ *
+ *
+ * The technologies, software, hardware, designs, drawings, scheumatics, board
+ * layouts and/or artwork, concepts, methodologies (including the use of all
+ * of these, and that which is derived from the use of all of these), all other
+ * intellectual properties contained herein, and all intellectual property
+ * rights have been and shall continue to be expressly for the benefit of all
+ * mankind, and are perpetually placed in the public domain, and may be used,
+ * copied, and/or modified by anyone, in any manner, for any legal purpose,
+ * without restriction.
+ */
+
+#ifndef _ZTCFG_H
+#define _ZTCFG_H
+
+#define CONFIG_FILENAME ZAPTEL_CONFIG
+#define MASTER_DEVICE "/dev/zap/ctl"
+#endif