mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
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>
7 lines
145 B
C
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__ */
|