mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Lots of stuff
This commit is contained in:
13
PortabilityLayer/XModemCRC.h
Normal file
13
PortabilityLayer/XModemCRC.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __PL_XMODEMCRC_H__
|
||||
#define __PL_XMODEMCRC_H__
|
||||
|
||||
#include "DataTypes.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
uint16_t XModemCRC(const void *bytes, size_t size, uint16_t initialValue);
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user