mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-05 20:43:12 +08:00
zx structs
This commit is contained in:
parent
376fabd8a1
commit
af93809d07
1 changed files with 23 additions and 0 deletions
23
include/zx8211.h
Normal file
23
include/zx8211.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) 2021 Iceman
|
||||
//
|
||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||
// at your option, any later version. See the LICENSE.txt file for the text of
|
||||
// the license.
|
||||
//-----------------------------------------------------------------------------
|
||||
// Low frequency ZX8211 structs
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef ZX8211_H__
|
||||
#define ZX8211_H__
|
||||
|
||||
#define ZX8211_NUM_BLOCKS 32
|
||||
|
||||
// Common word/block addresses
|
||||
|
||||
|
||||
typedef struct {
|
||||
bool parity;
|
||||
} zx8211_data_t;
|
||||
|
||||
#endif // ZX8211_H__
|
Loading…
Reference in a new issue