9
0
Fork 0
barebox/arch/nios2/include/asm/bitops.h

10 lines
221 B
C

#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 */