NeKernel dev
Loading...
Searching...
No Matches
Crc32.h
Go to the documentation of this file.
1/*
2 * ========================================================
3 *
4 * NeKernel
5 * Date Added: 13/02/2023
6 * Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
7 *
8 * ========================================================
9 */
10
11#ifndef NEKIT_CRC32_H
12#define NEKIT_CRC32_H
13
14#include <NeKit/Config.h>
15
16namespace Kernel {
18} // namespace Kernel
19
20#endif // !NEKIT_CRC32_H
UPS inline definitions.
Definition Device.h:12
UInt32 ke_calculate_crc32(const VoidPtr crc, Int32 len)
Calculate CRC32 of p.
Definition Crc32.cc:54
__UINT32_TYPE__ UInt32
Definition Config.h:44
void * VoidPtr
Definition Config.h:33
__INT32_TYPE__ Int32
Definition Config.h:38