aboutsummaryrefslogtreecommitdiffstats
path: root/v34.h
diff options
context:
space:
mode:
authorGeoffrey Thomas <geofft@ldpreload.com>2014-07-20 18:28:02 -0700
committerGeoffrey Thomas <geofft@ldpreload.com>2014-07-20 18:28:02 -0700
commit0457e3a587b26c319f06b7c5f955fd64912b1afc (patch)
tree807ee3c650fa578c4e2a02f7a9b9a709a035c7eb /v34.h
Initial import of linmodem-0.2.5.tgz
Diffstat (limited to 'v34.h')
-rw-r--r--v34.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/v34.h b/v34.h
new file mode 100644
index 0000000..f5cf1d1
--- /dev/null
+++ b/v34.h
@@ -0,0 +1,18 @@
+#ifndef V34_H
+#define V34_H
+
+#include "v34priv.h"
+
+/* should be called once to init some V34 static tables */
+void V34_static_init(void);
+
+struct V34State;
+
+void V34_init(struct V34State *s, int calling);
+int V34_process(struct V34State *s, s16 *output, s16 *input, int nb_samples);
+
+/* V34 half duplex test with line simulator */
+void V34_test(void);
+
+#endif
+