swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 19af35546de68c872dcb687613e0902a602cb20e authored by Linus Torvalds on 10 February 2008, 22:18:14 UTC
Linux 2.6.25-rc1
Tip revision: 19af355
bitops.h
#ifndef __UM_BITOPS_H
#define __UM_BITOPS_H

#ifndef _LINUX_BITOPS_H
#error only <linux/bitops.h> can be included directly
#endif

#include "asm/arch/bitops.h"

#endif
back to top