Determine whether a bit is set
int test_bit(int nr, const volatile unsigned long * addr);
nr
bit number to test
addr
Address to start counting from