/*
 *
 * (c) Copyright 2018 Samsung Research America, Inc.
 *                  All rights reserved
 *
 *                  MCL-B2B Lab
 *
 *
 * File: process_cmd.h
 * Author: r.kadir@samsung.com
 * Creation Date: Nov, 2018
 *
 */
/**
* Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved.
*
* Mobile Platform & Solutions Lab (MPS Lab),
* Samsung Electronics Co., Ltd.
*
* This software and its documentation are confidential and proprietary
* information of Samsung Electronics Co., Ltd.  No part of the software and
* documents may be copied, reproduced, transmitted, translated, or reduced to
* any electronic medium or machine-readable form without the prior written
* consent of Samsung Electronics.
*
* Samsung Electronics makes no representations with respect to the contents,
* and assumes no responsibility for any errors that might appear in the
* software and documents. This publication and the contents hereof are subject
* to change without notice.
*/

#ifndef PROCESS_CMD_H_
#define PROCESS_CMD_H_

#include "DDAR_TZ_Vendor_tl.h"
#include "dualdar_api.h"

uint32_t process_cmd(
	uint32_t commandId,
	tciMessage_t * sendmsg,
	uint32_t sendmsg_len,
	tciMessage_t * respmsg,
	uint32_t respmsg_len
);

#endif /* PROCESS_CMD_H_ */
