1. NAME

test_bit - Determine whether a bit is set

2. SYNOPSIS

int test_bit(int  nr , const volatile unsigned long *  addr );

3. ARGUMENTS

nr
    bit number to test

addr
    Address to start counting from

4. COPYRIGHT