Author :
Con Kolivas
Date :
2014-01-04 14:29:11
Hash :2486b9ce Message :Export reused components of bitfury management into a libbitfury and use for bab and bitfury drivers.
libbitfury.h
/*
* Copyright 2014 Con Kolivas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 3 of the License, or (at your option)
* any later version. See COPYING for more details.
*/
#ifndef LIBBITFURY_H
#define LIBBITFURY_H
void ms3steps(uint32_t *p);
uint32_t decnonce(uint32_t in);
#endif /* LIBBITFURY_H */