仪表盘
版本库
文件存储
活动
搜索
登录
DSP
/
ADSP21569/StaticDSP569
固定式流程for adsp21569.
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
第一轮测试OK版提交
chenlh
2025-10-09
e0f29d5815a7dd4d45733ce1d661f1df263913d4
[DSP/ADSP21569/StaticDSP569.git]
/
src
/
crc.h
1
2
3
4
5
6
7
8
9
10
#ifndef _CRC_CPP_H__
#define _CRC_CPP_H__
#include "typedefs.h"
class CRC {
public:
static u32 crc32(const u8* buf, u32 size);
};
#endif // !_CRC_CPP_H__