]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - arch/arm/mach-lpc21xx/tools/tolpc/uuencode.h
lpc2106 renamed to lpc21xx
[sysless.git] / arch / arm / mach-lpc21xx / tools / tolpc / uuencode.h
diff --git a/arch/arm/mach-lpc21xx/tools/tolpc/uuencode.h b/arch/arm/mach-lpc21xx/tools/tolpc/uuencode.h
new file mode 100644 (file)
index 0000000..f91d4a0
--- /dev/null
@@ -0,0 +1,18 @@
+//
+// C++ Interface: uuencode
+//
+// Description: 
+//
+//
+// Author: Michal Sojka <sojkam1@fel.cvut.cz>, (C) 2005
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+
+#ifndef _UUENCODE_H
+#define _UUENCODE_H
+
+int uuencode_line(char *dest, unsigned char *source, int length);
+
+#endif