Große Umstellung. Viel hinzugefügt.
[h316.git] / pc-tools / ldc / hw_helpers.h
diff --git a/pc-tools/ldc/hw_helpers.h b/pc-tools/ldc/hw_helpers.h
new file mode 100644 (file)
index 0000000..6eeb34e
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef HW_HELPERS_H
+#define HW_HELPERS_H
+#include "hw_types.h"
+
+char *bin2str (unsigned long value, int length);
+void msg (char *string);
+void msgf (char *format, ...);
+void say (char *string);
+void sayf (char *format, ...);
+void endwarn (int ret);
+void err (char *string);
+void parstrip (char *data, int size);
+void parset (char *data, int size);
+void twistbytes (hw16 * start, int count);
+
+#endif