#include <string.h>
#include <inttypes.h>
#include "proxmark3.h"
+#include "cmdlfviking.h"
#include "ui.h"
#include "util.h"
#include "graph.h"
return ((uint64_t)0xF2 << 56) | ((uint64_t)id << 8) | checksum;
}
-//could be moved to a viking file
//by marshmellow
//see ASKDemod for what args are accepted
int CmdVikingDemod(const char *Cmd) {