Signed-off-by: Karel Zak <kzak@redhat.com>
-#ifndef UL_NG_CRC32_H
-#define UL_NG_CRC32_H
+#ifndef UL_CRC32_H
+#define UL_CRC32_H
#include <sys/types.h>
#include <stdint.h>
-#ifndef UL_NG_CRC32C_H
-#define UL_NG_CRC32C_H
+#ifndef UL_CRC32C_H
+#define UL_CRC32C_H
#include <sys/types.h>
#include <stdint.h>
extern uint32_t crc32c(uint32_t crc, const void *buf, size_t size);
-#endif /* UL_NG_CRC32C_H */
+#endif /* UL_CRC32C_H */
-#ifndef UL_NG_CRC64_H
-#define UL_NG_CRC64_H
+#ifndef UL_CRC64_H
+#define UL_CRC64_H
#include <sys/types.h>
#include <stdint.h>