summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/bitops.h
blob: 07128451c11620325cc9d50830cadd7b29b8148a (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ASM_BITOPS_H
#define _ASM_BITOPS_H

#include <asm-generic/bitops/__ffs.h>
#include <asm-generic/bitops/__fls.h>
#include <asm-generic/bitops/ffs.h>
#include <asm-generic/bitops/fls.h>

#endif /* _ASM_BITOPS_H */