summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/bitsperlong.h
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-05-10 19:20:06 +0200
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 06:35:49 +0200
commitd2a5f4999f6c211adf30d9788349e13988d6f2a7 (patch)
tree95f6ef1d8b1d4e3e078e462cc3ae73a4b519bc53 /arch/h8300/include/asm/bitsperlong.h
parentasm-generic: Add common asm-offsets.h (diff)
downloadlinux-d2a5f4999f6c211adf30d9788349e13988d6f2a7.tar.xz
linux-d2a5f4999f6c211adf30d9788349e13988d6f2a7.zip
h8300: Assembly headers
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/include/asm/bitsperlong.h')
-rw-r--r--arch/h8300/include/asm/bitsperlong.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/bitsperlong.h b/arch/h8300/include/asm/bitsperlong.h
new file mode 100644
index 000000000000..e140e46729ac
--- /dev/null
+++ b/arch/h8300/include/asm/bitsperlong.h
@@ -0,0 +1,14 @@
+#ifndef __ASM_H8300_BITS_PER_LONG
+#define __ASM_H8300_BITS_PER_LONG
+
+#include <asm-generic/bitsperlong.h>
+
+#if !defined(__ASSEMBLY__)
+/* h8300-unknown-linux required long */
+#define __kernel_size_t __kernel_size_t
+typedef unsigned long __kernel_size_t;
+typedef long __kernel_ssize_t;
+typedef long __kernel_ptrdiff_t;
+#endif
+
+#endif /* __ASM_H8300_BITS_PER_LONG */