blob: 98ebc07cb28328b2d2c2e5dbcc9c349f2148a3ef [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Graf Yang6b3087c2009-01-07 23:14:39 +08002#ifndef _ASM_BLACKFIN_RWLOCK_H
3#define _ASM_BLACKFIN_RWLOCK_H
4
5#define RW_LOCK_BIAS 0x01000000
6
7#endif