mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 11:14:29 +00:00
Fix header guards.
This commit is contained in:
7
crc32.h
7
crc32.h
@@ -16,6 +16,9 @@
|
||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef AARU_CHECKSUMS_NATIVE_CRC32_H
|
||||
#define AARU_CHECKSUMS_NATIVE_CRC32_H
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t crc;
|
||||
@@ -277,4 +280,6 @@ AARU_EXPORT TARGET_ARMV8_WITH_CRC uint32_t AARU_CALL armv8_crc32_little(uint32_t
|
||||
uint32_t len);
|
||||
#endif
|
||||
AARU_EXPORT TARGET_WITH_SIMD uint32_t AARU_CALL crc32_vmull(uint32_t previous_crc, const uint8_t* data, long len);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // AARU_CHECKSUMS_NATIVE_CRC32_H
|
||||
|
||||
Reference in New Issue
Block a user