X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/db09cb3adbe715b058a64357184e4963a8b6d78e..d19929cbe8d681b60496ca6d9d9cbd806822e163:/armsrc/hitag2.h diff --git a/armsrc/hitag2.h b/armsrc/hitag2.h deleted file mode 100644 index 7606e2ce..00000000 --- a/armsrc/hitag2.h +++ /dev/null @@ -1,19 +0,0 @@ -//----------------------------------------------------------------------------- -// (c) 2009 Henryk Plötz -// -// 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. -//----------------------------------------------------------------------------- -// Hitag2 emulation public interface -//----------------------------------------------------------------------------- - -#ifndef __HITAG2_H -#define __HITAG2_H - -typedef int (*hitag2_response_callback_t)(const char* response_data, const int response_length, const int fdt, void *cb_cookie); - -extern int hitag2_init(void); -extern int hitag2_handle_command(const char* data, const int length, hitag2_response_callback_t cb, void *cb_cookie); - -#endif