summaryrefslogtreecommitdiff
path: root/easytool/easycard.h
diff options
context:
space:
mode:
Diffstat (limited to 'easytool/easycard.h')
-rw-r--r--easytool/easycard.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/easytool/easycard.h b/easytool/easycard.h
index fb4d93d..37caf1f 100644
--- a/easytool/easycard.h
+++ b/easytool/easycard.h
@@ -28,6 +28,15 @@ struct easy_sect15blk2 {
uint8_t unknown3;
} __attribute__ ((packed));
+/* Sector 7 */
+struct easy_sect7blk {
+ uint8_t unknown[3];
+ uint8_t value1;
+ uint8_t station_code;
+ uint8_t unknown2[5];
+ uint8_t timestamp[3];
+ uint8_t unknown3[3];
+} __attribute__ ((packed));
/* storage of a transaction log record on the transponder itself */
struct easy_log_rec {
personal git repositories of Harald Welte. Your mileage may vary