/*!
 * \file    init_tlc.h
 * \brief   header file for init_TLC function
 * \author  Shyam Prasad
 * \date    11/15/2013
 *
 * <hr>
 * \section LICENSE
 * Copyright Samsung Electronics, Co. Ltd. B2B TIMA team. 2013 04
 * <hr>
 */

#ifndef SPAY_INIT_TLC_H_
#define SPAY_INIT_TLC_H_

#define TIMA_MSR_FILE_NAME "/system/tima_measurement_info"

#include "spay_init_msg.h"

uint32_t spay_init_tlc(
    uint32_t cmdId,
    tz_spay_init_msg_cmd_t * cmd,
    tz_spay_init_msg_resp_t * resp,
    comm_ctx_t * comm
);

#endif /* SPAY_INIT_TLC_H_ */
