+static int usage_hf_14b_info(void) {
+ PrintAndLogEx(NORMAL, "Usage: hf 14b info [h] [s]");
+ PrintAndLogEx(NORMAL, "Options:");
+ PrintAndLogEx(NORMAL, " h this help");
+ PrintAndLogEx(NORMAL, " s silently");
+ PrintAndLogEx(NORMAL, "Example:");
+ PrintAndLogEx(NORMAL, " hf 14b info");
+ return 0;
+}
+
+int infoHF14B(bool verbose) {