summaryrefslogtreecommitdiff
path: root/include/s/s_Crc.h
blob: ec09ecde8edfcbf2e76880b1dd561f90948de500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef S_CRC_H
#define S_CRC_H

#include "common.h"

namespace sCrc {

u32 calcCRC32(const void *ptr, u32 size);

} // namespace sCrc

#endif