X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdhw.h diff --git a/client/cmdhw.h b/client/cmdhw.h index 3a85bc73..85ccea64 100644 --- a/client/cmdhw.h +++ b/client/cmdhw.h @@ -1,3 +1,13 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh +// +// 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. +//----------------------------------------------------------------------------- +// Hardware commands +//----------------------------------------------------------------------------- + #ifndef CMDHW_H__ #define CMDHW_H__ @@ -13,5 +23,5 @@ int CmdSetDivisor(const char *Cmd); int CmdSetMux(const char *Cmd); int CmdTune(const char *Cmd); int CmdVersion(const char *Cmd); - +int CmdPing(const char *Cmd); #endif