mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-31 07:02:53 -08:00
9 lines
189 B
C++
9 lines
189 B
C++
#ifndef LIBPM3PP_H
|
|
#define LIBPM3PP_H
|
|
|
|
#include "pm3.h"
|
|
#include "pm3_helper.hpp"
|
|
int pm3_console_async_wrapper(pm3 *dev, char *cmd, ConsoleHandler *console_handler);
|
|
|
|
#endif // LIBPM3PP_H
|