From 7996a3d79d55b7f879dfd62e202bbfe2963718d3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:15:01 +0000 Subject: really properly move files --- .../contrib/include/asm-generic/bitops.h | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libdde-linux26/contrib/include/asm-generic/bitops.h (limited to 'libdde-linux26/contrib/include/asm-generic/bitops.h') diff --git a/libdde-linux26/contrib/include/asm-generic/bitops.h b/libdde-linux26/contrib/include/asm-generic/bitops.h new file mode 100644 index 00000000..c9f369c4 --- /dev/null +++ b/libdde-linux26/contrib/include/asm-generic/bitops.h @@ -0,0 +1,33 @@ +#ifndef _ASM_GENERIC_BITOPS_H_ +#define _ASM_GENERIC_BITOPS_H_ + +/* + * For the benefit of those who are trying to port Linux to another + * architecture, here are some C-language equivalents. You should + * recode these in the native assembly language, if at all possible. + * + * C language equivalents written by Theodore Ts'o, 9/26/92 + */ + +#include +#include +#include +#include +#include +#include +#include + +#ifndef _LINUX_BITOPS_H +#error only can be included directly +#endif + +#include +#include +#include +#include + +#include +#include +#include + +#endif /* _ASM_GENERIC_BITOPS_H */ -- cgit v1.2.3