#ifndef _VENDOR_INTERFACE_H_
#define _VENDOR_INTERFACE_H_

#include "TZ_Vendor_Tui_tl.h"
#include <stdint.h>
#include <stdbool.h>

#ifdef __cplusplus
extern "C" {
#endif
	bool validateSoVersion(uint8_t* so);
	uint32_t wrapDataForBcCore(uint8_t * app_name, uint32_t app_name_len, uint8_t * data, uint32_t size, uint8_t * wrap_data, uint32_t * wrap_size);
	uint64_t getUptime(void);

#ifdef __cplusplus
}
#endif

#endif // _VENDOR_INTERFACE_H_
