Commit ee71c396 authored by Pavel Emelyanov's avatar Pavel Emelyanov

bitops: Add comment about generic bitops header usage

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 01c7a879
/*
* 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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment