mirror of
https://gitlab.com/Scribble/gdlenhanced.git
synced 2026-08-17 14:23:04 -04:00
10 lines
No EOL
240 B
C
10 lines
No EOL
240 B
C
|
|
#pragma once
|
|
|
|
uint32_t GetMagicNumber(BYTE *pbBuf, WORD wSize, BOOL fIncludeSize);
|
|
uint32_t CalcTransportCRC(uint32_t *pdwWoot);
|
|
|
|
uint32_t GenericCRC(BlobPacket_s *);
|
|
uint32_t BlobCRC(BlobPacket_s *, uint32_t dwXOR);
|
|
|
|
#include "crcwheel.h" |