blob: 9fd77ff4a7a4aa2a803be6c59dd3b0133a5652be [file] [log] [blame]
/***************************************************************************
* Copyright (c) 2014 Amlogic, Inc. All rights reserved.
*
* This source code is subject to the terms and conditions defined in the
* file 'LICENSE' which is part of this source code package.
*
* Description:
*/
/**\file
* \brief AMLogic adaptor layer 内部头文件
*
* \author Gong Ke <ke.gong@amlogic.com>
* \date 2010-07-05: create the document
***************************************************************************/
#ifndef _AM_ADP_INTERNAL_H
#define _AM_ADP_INTERNAL_H
//#include <am_thread.h>
#ifdef __cplusplus
extern "C"
{
#endif
/****************************************************************************
* Data definitions
***************************************************************************/
/**\brief ADP全局锁*/
extern pthread_mutex_t am_gAdpLock;
#ifdef __cplusplus
}
#endif
#endif