summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/NeKit/Crc32.h
blob: f81e5c9a3e0fc51133b5dc55a77b83f3fb42cca4 (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/nekernel-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