]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libfrog/crc32cselftest.h
libfrog: move crc32c.h to libfrog/
[thirdparty/xfsprogs-dev.git] / libfrog / crc32cselftest.h
similarity index 99%
rename from include/crc32cselftest.h
rename to libfrog/crc32cselftest.h
index 11da676beee4ea691eeb52adab19722d606feda4..08284153c36cb4abfd4c91b3bb5a8fcb014cc313 100644 (file)
@@ -31,8 +31,8 @@
 
 /* This is just the crc32 self test bits from crc32.c. */
 
-#ifndef _LIBFROG_CRC32CSELFTEST_H_
-#define _LIBFROG_CRC32CSELFTEST_H_
+#ifndef __LIBFROG_CRC32CSELFTEST_H__
+#define __LIBFROG_CRC32CSELFTEST_H__
 
 /* 4096 random bytes */
 static uint8_t __attribute__((__aligned__(8))) test_buf[] =
@@ -703,4 +703,4 @@ crc32c_test(void)
        return errors;
 }
 
-#endif /* _LIBFROG_CRC32CSELFTEST_H_ */
+#endif /* __LIBFROG_CRC32CSELFTEST_H__ */