/*
 * Copyright (c) 2013 TRUSTONIC LIMITED
 * All rights reserved
 *
 * The present software is the confidential and proprietary information of
 * TRUSTONIC LIMITED. You shall not disclose the present software and shall
 * use it only in accordance with the terms of the license agreement you
 * entered into with TRUSTONIC LIMITED. This software may be subject to
 * export or import laws in certain countries.
 */

/**
 * @file   tlApiAtfSecGetOemFlag.h
 * @brief  Contains trustlet API definitions
 *
 */

#ifndef __TLAPI_ATF_SEC_GETOEMFLAG_H__
#define __TLAPI_ATF_SEC_GETOEMFLAG_H__

#include "tlStd.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 tlApiAtfSecGetOemFlag(uint32_t pos, uint32_t *value);

#endif // __TLAPI_ATF_SEC_GETOEMFLAG_H__
