X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Fcrc32c.h;h=11bcf9c8f4e8577efccf7eac467043bd572e617f;hp=46c106393ef13f6012d977d55e36fb414ede87f9;hb=25dfa848abbb6c35b4d45fabd5a8e82cb77fb285;hpb=02efadeb8b05144bcf2fc7796e1da2e7db211d00 diff --git a/crc/crc32c.h b/crc/crc32c.h index 46c10639..11bcf9c8 100644 --- a/crc/crc32c.h +++ b/crc/crc32c.h @@ -33,7 +33,7 @@ static inline void crc32c_intel_probe(void) } #endif -static inline uint32_t crc32c(unsigned char const *buf, unsigned long len) +static inline uint32_t fio_crc32c(unsigned char const *buf, unsigned long len) { if (crc32c_intel_available) return crc32c_intel(buf, len);