pool/stratum/algos/common.h
2017-05-19 13:20:56 +02:00

4 lines
96 B
C

#define _ALIGN(x) __attribute__ ((aligned(x)))
extern void debuglog_hex(void *data, int len);