X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7e59994713a6267951e70bda4af8e1ed32c04af2..757221f5d6db8f1d9447d59c71a9807c6a9f522f:/client/cmdcrc.h diff --git a/client/cmdcrc.h b/client/cmdcrc.h deleted file mode 100644 index f542fa27..00000000 --- a/client/cmdcrc.h +++ /dev/null @@ -1,17 +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 CmdrevengTest(const char *Cmd); -int GetModels(char *Models[], int *count, uint32_t *width); -#endif