summaryrefslogtreecommitdiff
path: root/cmd_fir.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_fir.h')
-rw-r--r--cmd_fir.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cmd_fir.h b/cmd_fir.h
new file mode 100644
index 0000000..46815a7
--- /dev/null
+++ b/cmd_fir.h
@@ -0,0 +1,15 @@
+#ifndef __CMD_FIR_H
+#define __CMD_FIR_H
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <math.h>
+
+#include "sds.h"
+#include "util.h"
+#include "debug.h"
+
+void *cmd_fir(void *data);
+
+#endif \ No newline at end of file