]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/hitag2.h
More en masse cleanup (whitespace/newlines/headers/etc)
[proxmark3-svn] / armsrc / hitag2.h
index 985b6796108cc9473376226ce7e31c3505623f24..51d0514e5c02bb67170e2fbeab03ab140051ad0e 100644 (file)
@@ -1,10 +1,15 @@
 /*
  * Hitag2 emulation public interface
- * 
+ *
  * (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
  */
 
+#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
Impressum, Datenschutz