criu/arch/arm/include/asm/bitops.h
Alexander Kartashov 01c7a87988 asm: convert the ARM implementation of bit operations to the reference
The implementation of bit operations for ARM isn't actually
architecture-specific so it would rather be shared with
the upcoming port for AArch64 that won't provide optimized
implementation of bit operations.

Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>
Reviewed-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-03-12 00:18:03 +04:00

7 lines
145 B
C

#ifndef __CR_ASM_BITOPS_H__
#define __CR_ASM_BITOPS_H__
#include "compiler.h"
#include "asm-generic/bitops.h"
#endif /* __CR_ASM_BITOPS_H__ */