repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
various coverity fixes
[RRG-proxmark3.git]
/
client
/
include
/
pm3.h
blob
b9814ae48182edc09cbf8f7dc21bb77767c3c83d
1
#ifndef LIBPM3_H
2
#define LIBPM3_H
3
4
typedef
struct
pm3_device pm3
;
5
6
pm3
*
pm3_open
(
char
*
port
);
7
int
pm3_console
(
pm3
*
dev
,
char
*
cmd
);
8
const char
*
pm3_name_get
(
pm3
*
dev
);
9
void
pm3_close
(
pm3
*
dev
);
10
pm3
*
pm3_get_current_dev
(
void
);
11
#endif
// LIBPM3_H