Newer
Older
barebox / arch / nios2 / include / asm / bitops.h
@Sascha Hauer Sascha Hauer on 28 Jun 2012 221 bytes nios2: Add missing ffs and fls include
#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 */