x86: change x86 to use generic find_next_bit
[deliverable/linux.git] / include / asm-x86 / bitops.h
index 1ae7b270a1efe8d1cc9abe8c4260d54d714ecc0f..31e408de90c677735b95c016a45e388c5df02073 100644 (file)
@@ -306,6 +306,12 @@ static int test_bit(int nr, const volatile unsigned long *addr);
 #undef BIT_ADDR
 #undef ADDR
 
+unsigned long find_next_bit(const unsigned long *addr,
+               unsigned long size, unsigned long offset);
+unsigned long find_next_zero_bit(const unsigned long *addr,
+               unsigned long size, unsigned long offset);
+
+
 #ifdef CONFIG_X86_32
 # include "bitops_32.h"
 #else
This page took 0.037901 seconds and 5 git commands to generate.