summaryrefslogtreecommitdiff
path: root/wct4xxp/base.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-10 04:11:02 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-10 04:11:02 +0000
commit49029e34348512415e0758b6efcba2c087179d0a (patch)
treeed5e149657efd989130464b421490cab7c1e3ac9 /wct4xxp/base.c
parentdfe249565f579874756df5e895f51eab08792232 (diff)
Move declaration of firmware filenames from header to base. This will eventually get deprecated by the zaptel firmware work I'm doing.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1803 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp/base.c')
-rw-r--r--wct4xxp/base.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index abedb72..971b957 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -62,6 +62,9 @@
/* #define ENABLE_TASKLETS */
+/* Firmware filenames, used for hotplug firmware loading */
+static const char *oct064_firmware = "OCT6114-64D.ima";
+static const char *oct128_firmware = "OCT6114-128D.ima";
/* Work queues are a way to better distribute load on SMP systems */
#ifdef LINUX26