#ifndef __SEC_ESE_STATUS_H__
#define __SEC_ESE_STATUS_H__

#ifndef ESESTATUS
#define ESESTATUS   uint16_t        /* Return values */
#endif

#ifdef OT
#ifdef OTV5
#include "spi_common.h"
#else
#include "spi_state.h"
#endif
#endif

#ifdef NXP
#ifdef NXPV4
#include "phEseStatus.h"
#else
#include "phEseStatus.h"
#endif
#endif

#ifdef GEM
#include "spi_status.h"
#endif


#define	ESESTATUS_DRIVER_ERR                 (0x0048)
#define ESESTATUS_GET_CAPA_ERROR             (0x0707)

#endif  /* __SEC_ESE_STATUS_H__ */
