summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/NeKit/Crc32.h
blob: 7c4819c997eff90c43682f2a53e63cbed970a27a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel

#ifndef NEKIT_CRC32_H
#define NEKIT_CRC32_H

#include <NeKit/Config.h>

namespace Kernel {
UInt32 ke_calculate_crc32(const VoidPtr crc, Int32 len);
}  // namespace Kernel

#endif  // !NEKIT_CRC32_H