2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-28 04:48:16 +00:00
Cyrill Gorcunov 49883d681f common: Move in bit operation helpers
travis-ci: success for Common headers
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-11-03 00:13:04 +03:00

8 lines
159 B
C

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