*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / silent_code.hh
diff --git a/pc-tools/ldc2/src/silent_code.hh b/pc-tools/ldc2/src/silent_code.hh
new file mode 100644 (file)
index 0000000..4212655
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef SILENT_CODE_H
+#define SILENT_CODE_H
+
+/*!
+ *\brief Demangle silent code frames to 6 bit frames
+ */
+extern unsigned char silent_demangle(unsigned char in);
+
+/*!
+ * Combine three mangled paper tape frames into 
+ * one 16 bit machine word
+ */
+extern unsigned short combine466(unsigned char* in);
+
+#endif