mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
more
This commit is contained in:
parent
4c4471331b
commit
c881acd631
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ enum CardPSVendor {
|
|||
CV_AMERICANEXPRESS,
|
||||
CV_JCB,
|
||||
CV_CB,
|
||||
CV_SWITCH,
|
||||
CV_DINERS,
|
||||
CV_OTHER,
|
||||
};
|
||||
enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen);
|
||||
|
|
Loading…
Reference in a new issue