/**
 * @file   tlapi_secdrv.h
 * @brief  Header file for API to call driver
 *
 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
 */

#ifndef __TLAPI_FCDRV_H__
#define __TLAPI_FCDRV_H__

#include "TlApi/TlApiCommon.h"
#include "TlApi/TlApiError.h"

/**
 * Get OEM FLAG value
 *
 * @addr : the pointer for getting OEM flag value
 *
 * @return : tlApiResult_t
 *	@TLAPI_OK : Get OEM flag value successfully
 */
_TLAPI_EXTERN_C tlApiResult_t tlApiFcSecGetOemFlag(uint32_t pos, uint32_t *value);

#endif /* __TLAPI_FCDRV_H__ */
