2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

bitops: Add comment about generic bitops header usage

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2014-03-12 00:20:22 +04:00
parent 01c7a87988
commit ee71c396fa

View File

@@ -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__
#define __CR_GENERIC_BITOPS_H__