*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / silent_code.hh
CommitLineData
4741aa72 1/******************************************************************************
2 *
3 * LDC2 source code
4 *
5 * $Date: 2007/03/26 01:00:40 $
6 * $Author: hachti $
7 *
8 * $Log: silent_code.hh,v $
9 * Revision 2.0 2007/03/26 01:00:40 hachti
10 * *** empty log message ***
11 *
12 *
13 ******************************************************************************/
14
97b26985 15#ifndef SILENT_CODE_H
16#define SILENT_CODE_H
17
18/*!
19 *\brief Demangle silent code frames to 6 bit frames
20 */
21extern unsigned char silent_demangle(unsigned char in);
22
23/*!
24 * Combine three mangled paper tape frames into
25 * one 16 bit machine word
26 */
27extern unsigned short combine466(unsigned char* in);
28
29#endif