btdisp_lock.h revision f8a4ca325ef137a94869b34d36095ba7d08816a3
1/****************************************************************************
2**
3**  Name:       btdisp_lock.h
4**
5**  Function:   this file contains constant definitions for Bluetooth disp lock
6**
7**
8**  Copyright (c) 1999-2011, Broadcom Corp., All Rights Reserved.
9**  Broadcom Bluetooth Core. Proprietary and confidential.
10**
11*****************************************************************************/
12#ifndef _BTDISP_LOCK_
13#define _BTDISP_LOCK_
14
15
16#define BTDISP_LOCK_LOG()
17#define BTDISP_UNLOCK_LOG()
18#define BTDISP_INIT_LOCK()
19#define BTDISP_UNINIT_LOCK()
20
21#endif
22