Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bitops.c File Reference
#include <linux/module.h>
#include <asm/bitops.h>

Go to the source code of this file.

Functions

void change_bit (unsigned long nr, volatile void *addr)
 
int test_and_change_bit (unsigned long nr, volatile void *addr)
 

Function Documentation

void change_bit ( unsigned long  nr,
volatile void addr 
)

Definition at line 17 of file bitops.c.

int test_and_change_bit ( unsigned long  nr,
volatile void addr 
)

Definition at line 36 of file bitops.c.