mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +00:00
bitops: Add comment about generic bitops header usage
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Generic bits operations.
|
||||||
|
*
|
||||||
|
* Architectures that don't want their own implementation of those,
|
||||||
|
* should include this file into the arch/$ARCH/include/asm/bitops.h
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __CR_GENERIC_BITOPS_H__
|
#ifndef __CR_GENERIC_BITOPS_H__
|
||||||
#define __CR_GENERIC_BITOPS_H__
|
#define __CR_GENERIC_BITOPS_H__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user