summaryrefslogtreecommitdiff
path: root/easytool/easycard.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-12 18:29:31 +0800
committerHarald Welte <laforge@gnumonks.org>2010-08-12 18:29:31 +0800
commit4d4a06afcbc6ca1a2056ab2e4973b454eba59de3 (patch)
tree548e0ffbf36d7491f98c6c901bc094bce2ec534e /easytool/easycard.h
parente59e499029c05a68156cdf9d61ceac54e6813d3a (diff)
split easytool into multiple files, add database of MRT station names
Diffstat (limited to 'easytool/easycard.h')
-rw-r--r--easytool/easycard.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/easytool/easycard.h b/easytool/easycard.h
new file mode 100644
index 0000000..b4d4afc
--- /dev/null
+++ b/easytool/easycard.h
@@ -0,0 +1,13 @@
+#ifndef EASYCARD_H
+#define EASYCARD_H
+
+#include "utils.h"
+
+#define EASY_TT_MRT_ENTER 0x00
+#define EASY_TT_MRT_EXIT 0x11
+#define EASY_TT_PURCHASE 0x20
+
+extern const struct value_string easy_tt_names[];
+extern const struct value_string taipei_mrt_stn_id[];
+
+#endif /* EASYCARD_H */
personal git repositories of Harald Welte. Your mileage may vary