EM4x70 Authentication support

This commit is contained in:
Christian Molson 2020-12-12 09:59:30 -05:00
commit a6024a8622
7 changed files with 138 additions and 1 deletions

View file

@ -20,5 +20,6 @@ typedef struct {
void em4x70_info(em4x70_data_t *etd);
void em4x70_write(em4x70_data_t *etd);
void em4x70_unlock(em4x70_data_t *etd);
void em4x70_auth(em4x70_data_t *etd);
#endif /* EM4x70_H */