mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
Borrowed from Linux Kernel v5: New Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
10 lines
224 B
C
10 lines
224 B
C
#ifndef __CR_ASM_BITOPS_H__
|
|
#define __CR_ASM_BITOPS_H__
|
|
|
|
#include "common/compiler.h"
|
|
#include "common/asm-generic/bitops.h"
|
|
|
|
extern int test_and_set_bit(int nr, volatile unsigned long *p);
|
|
|
|
#endif /* __CR_ASM_BITOPS_H__ */
|