X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..790bb5ae4904175bcf7a7bdc66e8b20e9b6a0634:/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 <izsh at fail0verflow.com>
+//
+// 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