blob: 34212608371e9c48874a337f8b8b7c72282063cc [file] [log] [blame]
Nicolas Dichtel37835672017-03-27 14:20:06 +02001#ifndef _UAPI__ASM_H8300_BITS_PER_LONG
2#define _UAPI__ASM_H8300_BITS_PER_LONG
Yoshinori Satod2a5f492015-05-11 02:20:06 +09003
4#include <asm-generic/bitsperlong.h>
5
6#if !defined(__ASSEMBLY__)
7/* h8300-unknown-linux required long */
8#define __kernel_size_t __kernel_size_t
9typedef unsigned long __kernel_size_t;
10typedef long __kernel_ssize_t;
11typedef long __kernel_ptrdiff_t;
12#endif
13
Nicolas Dichtel37835672017-03-27 14:20:06 +020014#endif /* _UAPI__ASM_H8300_BITS_PER_LONG */