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

Go to the source code of this file.

Functions

unsigned long find_last_bit (const unsigned long *addr, unsigned long size)
 
 EXPORT_SYMBOL (find_last_bit)
 

Function Documentation

EXPORT_SYMBOL ( find_last_bit  )
unsigned long find_last_bit ( const unsigned long addr,
unsigned long  size 
)

Definition at line 20 of file find_last_bit.c.