aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/rwlock.h
blob: 98ebc07cb28328b2d2c2e5dbcc9c349f2148a3ef (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_BLACKFIN_RWLOCK_H
#define _ASM_BLACKFIN_RWLOCK_H

#define RW_LOCK_BIAS	0x01000000

#endif