blob: e4d38d437b97c4baefc2d1dc47bf34d61fc9ccf1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __UM_BITOPS_H
2#define __UM_BITOPS_H
3
Jiri Slaby06245172007-10-18 23:40:26 -07004#ifndef _LINUX_BITOPS_H
5#error only <linux/bitops.h> can be included directly
6#endif
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include "asm/arch/bitops.h"
9
10#endif