X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32c.h;h=11bcf9c8f4e8577efccf7eac467043bd572e617f;hb=47d94b0ba87db8646f1a1d15f8b3911b3c640b30;hp=46c106393ef13f6012d977d55e36fb414ede87f9;hpb=e3aaafc4e902a0f78b8ee4d4bc85f8edac6e09d2;p=fio.git 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);