summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/target/firmware/lib/testclearbit.S
diff options
context:
space:
mode:
authorTom2012-01-11 13:56:26 +0100
committerTom2012-01-11 13:56:26 +0100
commit959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Src/osmoconbb/src/target/firmware/lib/testclearbit.S
parentFirmware can now be loaded from GUI, threading problem fixed (diff)
downloadimsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.tar.gz
imsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.tar.xz
imsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.zip
cleanup
Diffstat (limited to 'Src/osmoconbb/src/target/firmware/lib/testclearbit.S')
-rw-r--r--Src/osmoconbb/src/target/firmware/lib/testclearbit.S18
1 files changed, 0 insertions, 18 deletions
diff --git a/Src/osmoconbb/src/target/firmware/lib/testclearbit.S b/Src/osmoconbb/src/target/firmware/lib/testclearbit.S
deleted file mode 100644
index 985c399..0000000
--- a/Src/osmoconbb/src/target/firmware/lib/testclearbit.S
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * linux/arch/arm/lib/testclearbit.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 <asm/linkage.h>
-#include <asm/assembler.h>
-#include "bitops.h"
- .text
-
-ENTRY(_test_and_clear_bit_be)
- eor r0, r0, #0x18 @ big endian byte ordering
-ENTRY(_test_and_clear_bit_le)
- testop bicne, strneb