*** empty log message ***
[h316.git] / pc-tools / ldc / hw_helpers.h
CommitLineData
437b3ba8 1#ifndef HW_HELPERS_H
2#define HW_HELPERS_H
3#include "hw_types.h"
4
5char *bin2str (unsigned long value, int length);
6void msg (char *string);
7void msgf (char *format, ...);
8void say (char *string);
9void sayf (char *format, ...);
10void endwarn (int ret);
11void err (char *string);
12void parstrip (char *data, int size);
13void parset (char *data, int size);
14void twistbytes (hw16 * start, int count);
15
16#endif