14 lines
189 B
C
14 lines
189 B
C
![]() |
#ifndef __PSDGENERATE_H__
|
||
|
#define __PSDGENERATE_H__
|
||
|
#include <stdio.h>
|
||
|
#include <stdbool.h>
|
||
|
#include "stdint.h"
|
||
|
|
||
|
|
||
|
|
||
|
int GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|