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
16
namespace
Kernel
{
17
UInt32
ke_calculate_crc32
(
const
VoidPtr
crc,
Int32
len);
18
}
// namespace Kernel
19
20
#endif
// !NEKIT_CRC32_H
Config.h
Kernel
UPS inline definitions.
Definition
Device.h:12
Kernel::ke_calculate_crc32
UInt32 ke_calculate_crc32(const VoidPtr crc, Int32 len)
Calculate CRC32 of p.
Definition
Crc32.cc:54
Kernel::UInt32
__UINT32_TYPE__ UInt32
Definition
Config.h:44
Kernel::VoidPtr
void * VoidPtr
Definition
Config.h:33
Kernel::Int32
__INT32_TYPE__ Int32
Definition
Config.h:38
src
kernel
NeKit
Crc32.h
Generated by
1.15.0