2019-06-04 16:11:33 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/lib/testchangebit.S
|
|
|
|
*
|
|
|
|
* Copyright (C) 1995-1996 Russell King
|
|
|
|
*/
|
|
|
|
#include <linux/linkage.h>
|
|
|
|
#include <asm/assembler.h>
|
2005-04-17 22:51:02 +08:00
|
|
|
#include "bitops.h"
|
2005-04-17 06:20:36 +08:00
|
|
|
.text
|
|
|
|
|
2011-11-23 18:28:25 +08:00
|
|
|
testop _test_and_change_bit, eor, str
|