diff options
Diffstat (limited to 'cmd_fir1p.h')
-rw-r--r-- | cmd_fir1p.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cmd_fir1p.h b/cmd_fir1p.h new file mode 100644 index 0000000..1586ef2 --- /dev/null +++ b/cmd_fir1p.h @@ -0,0 +1,13 @@ +#ifndef __CMD_FIR1P_H +#define __CMD_FIR1P_H + +#include <stdlib.h> +#include <stdio.h> + +#include "sds.h" +#include "util.h" +#include "debug.h" + +void *cmd_fir1p(void *data); + +#endif
\ No newline at end of file |