fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / pm3_binlib.h
blob3d4f0993d6776c48316d9dfd6b93932aae5bef23
1 #ifndef PM3_BINLIB
2 #define PM3_BINLIB
4 #include <lua.h>
5 int set_bin_library(lua_State *L);
7 #endif /* PM3_BINLIB */