blob: c1bf8d6d0fb08ee8f1e2da9189017c1e57ec067e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _ASM_SCORE_BITOPS_H
#define _ASM_SCORE_BITOPS_H
#include <asm/byteorder.h> /* swab32 */
#include <asm/barrier.h>
#include <asm-generic/bitops.h>
#include <asm-generic/bitops/__fls.h>
#endif /* _ASM_SCORE_BITOPS_H */
|