X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6c506d8916fb114675e93d0e2cb20831d4022294..d1b1c8d9119229dbeed06cd252917e54a1cb77f6:/lunaix-os/includes/lib/crc.h diff --git a/lunaix-os/includes/lib/crc.h b/lunaix-os/includes/lib/crc.h deleted file mode 100644 index 4e9c4db..0000000 --- a/lunaix-os/includes/lib/crc.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __LUNAIX_CRC_H -#define __LUNAIX_CRC_H -unsigned int -crc32b(unsigned char* data, unsigned int size); - -#endif /* __LUNAIX_CRC_H */