#ifndef _SECESE_H_
#define _SECESE_H_

#include <stdint.h>
#include "sec_apdu.h"


ESESTATUS gtoSPI_open(void);
ESESTATUS gtoSPI_transceive(p_secEse_7816_cpdu_t cpdu, p_secEse_7816_rpdu_t rpdu);
ESESTATUS gtoSPI_close(void);
ESESTATUS gtoSPI_APDU_Transceive(uint16_t apduLen, uint8_t* pApdu, p_secEse_7816_rpdu_t rpdu);

#endif /* ifndef _SECESE_H_ */

