#ifndef PROCESS_CMD_PINPAD_H_
#define PROCESS_CMD_PINPAD_H_


#include "TZ_Vendor_tl.h"
#include "tl_spay_tui_msg.h"

#ifndef TA_INIT_REQUIRED
#define TA_INIT_REQUIRED
#endif

#define SPAY_TUI_MASK		0x29000000
#define SPAY_TUI_NO_NOTIFY_MASK	0x2A000000

uint32_t process_cmd_pinpad(uint32_t commandId, tciMessage_t * sendmsg,	uint32_t sendmsg_len, tciMessage_t * respmsg, uint32_t respmsg_len);
void initPinpadAndData(void);

extern bool g_update_display_only;

#endif //PROCESS_CMD_PINPAD_H_
