#ifndef _TZ_HDCP2_TRANSMITTER_H_
#define _TZ_HDCP2_TRANSMITTER_H_

#ifdef __cplusplus
extern "C"{
#endif


/**
 * int TZ_HW_Get_Oem_Flag()
 * @brief This function performs the integrity check
 * @return int - HDCP2_OK in case of success, else error code corresponding to the error
 */
int TZ_HW_Get_Oem_Flag();

#ifdef __cplusplus
}
#endif

#endif /* !_TZ_HDCP2_H_ */
