From 7996a3d79d55b7f879dfd62e202bbfe2963718d3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:15:01 +0000 Subject: really properly move files --- libdde-linux26/contrib/arch/arm/lib/testchangebit.S | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libdde-linux26/contrib/arch/arm/lib/testchangebit.S (limited to 'libdde-linux26/contrib/arch/arm/lib/testchangebit.S') diff --git a/libdde-linux26/contrib/arch/arm/lib/testchangebit.S b/libdde-linux26/contrib/arch/arm/lib/testchangebit.S new file mode 100644 index 00000000..5c98dc56 --- /dev/null +++ b/libdde-linux26/contrib/arch/arm/lib/testchangebit.S @@ -0,0 +1,20 @@ +/* + * linux/arch/arm/lib/testchangebit.S + * + * Copyright (C) 1995-1996 Russell King + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#include +#include +#include "bitops.h" + .text + +ENTRY(_test_and_change_bit_be) + eor r0, r0, #0x18 @ big endian byte ordering +ENTRY(_test_and_change_bit_le) + testop eor, strb +ENDPROC(_test_and_change_bit_be) +ENDPROC(_test_and_change_bit_le) -- cgit v1.2.3