A major refactor of the GoodFET firmware build system and apps to give better
[goodfet] / firmware / include / smartcard.h
diff --git a/firmware/include/smartcard.h b/firmware/include/smartcard.h
new file mode 100644 (file)
index 0000000..83db050
--- /dev/null
@@ -0,0 +1,16 @@
+/*! \file smartcard.h
+  \author Dave Huseby
+  \brief adds support for communicating with smart cards and sim cards.
+*/
+
+#ifndef SMARTCARD_H
+#define SMARTCARD_H
+
+#include "app.h"
+
+#define SMARTCARD 0x73
+
+extern app_t const smartcard_app;
+
+#endif
+