mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rename global version_information and its struct type
This commit is contained in:
parent
1d11e6d153
commit
8280fc3c07
9 changed files with 11 additions and 11 deletions
|
@ -39,7 +39,7 @@
|
|||
#define PACKED __attribute__((packed))
|
||||
|
||||
#define VERSION_INFORMATION_MAGIC 0x56334d50 // "PM3V"
|
||||
struct version_information {
|
||||
struct version_information_t {
|
||||
int magic; /* Magic sequence to identify this as a correct version information structure. Must be VERSION_INFORMATION_MAGIC */
|
||||
char versionversion; /* Must be 1 */
|
||||
char present; /* 1 if the version information could be created at compile time, otherwise 0 and the remaining fields (except for magic) are empty */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue