2009-06-12 22:01:00 +08:00
|
|
|
#ifndef _ASM_SCORE_BITOPS_H
|
|
|
|
#define _ASM_SCORE_BITOPS_H
|
|
|
|
|
|
|
|
#include <asm/byteorder.h> /* swab32 */
|
2014-03-14 02:00:35 +08:00
|
|
|
#include <asm/barrier.h>
|
2009-06-12 22:01:00 +08:00
|
|
|
|
|
|
|
#include <asm-generic/bitops.h>
|
|
|
|
#include <asm-generic/bitops/__fls.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_SCORE_BITOPS_H */
|