X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fe81b4781103a51117b904681ad2c259bf16c084..757221f5d6db8f1d9447d59c71a9807c6a9f522f:/client/cmdcrc.h diff --git a/client/cmdcrc.h b/client/cmdcrc.h deleted file mode 100644 index c37ba2b1..00000000 --- a/client/cmdcrc.h +++ /dev/null @@ -1,16 +0,0 @@ -//----------------------------------------------------------------------------- -// Copyright (C) 2015 iceman -// -// This code is licensed to you under the terms of the GNU GPL, version 2 or, -// at your option, any later version. See the LICENSE.txt file for the text of -// the license. -//----------------------------------------------------------------------------- -// CRC Calculations from the software reveng commands -//----------------------------------------------------------------------------- - -#ifndef CMDCRC_H__ -#define CMDCRC_H__ - -int CmdCrc(const char *Cmd); -int CmdCrcCalc(const char *Cmd); -#endif