t/io_uring: don't print BW numbers for do_nop
[fio.git] / crc / crc32.h
index d59a56072be537277691aef4cc08b1b749fc4ad8..6378e815b1c6c7de32620c16febfe54e7c592a0b 100644 (file)
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software Foundation,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef CRC32_H
 #define CRC32_H
 
-extern uint32_t crc32(const void * const, unsigned long);
+#include <inttypes.h>
+
+extern uint32_t fio_crc32(const void * const, unsigned long);
 
 #endif