Blob Blame History Raw
/*      -*- c -*-
 *
 * (C) Copyright Nokia Siemens Networks 2010
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  This
 * file and program are licensed under a BSD style license.  See
 * the Copying file included with the OpenHPI distribution for
 * full licensing terms.
 *
 * Author(s):
 *      Anton Pak <anton.pak@pigeonpoint.com>
 *
 */

#ifndef __BASELIB_LOCK_H
#define __BASELIB_LOCK_H

#ifdef __cplusplus
extern "C" {
#endif

void ohc_lock( void );
void ohc_unlock( void );

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* __BASELIB_LOCK_H */