Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
score
include
asm
bitops.h
Go to the documentation of this file.
1
#ifndef _ASM_SCORE_BITOPS_H
2
#define _ASM_SCORE_BITOPS_H
3
4
#include <asm/byteorder.h>
/* swab32 */
5
6
/*
7
* clear_bit() doesn't provide any barrier for the compiler.
8
*/
9
#define smp_mb__before_clear_bit() barrier()
10
#define smp_mb__after_clear_bit() barrier()
11
12
#include <
asm-generic/bitops.h
>
13
#include <
asm-generic/bitops/__fls.h
>
14
15
#endif
/* _ASM_SCORE_BITOPS_H */
Generated on Thu Jan 10 2013 12:49:12 for Linux Kernel by
1.8.2