Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37835671 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Masahiro Yamada
Browse files

h8300: put bitsperlong.h in uapi



This header file is exported, thus move it to uapi.

Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 2868b251
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#ifndef __ASM_H8300_BITS_PER_LONG
#define __ASM_H8300_BITS_PER_LONG
#ifndef _UAPI__ASM_H8300_BITS_PER_LONG
#define _UAPI__ASM_H8300_BITS_PER_LONG

#include <asm-generic/bitsperlong.h>

@@ -11,4 +11,4 @@ typedef long __kernel_ssize_t;
typedef long		__kernel_ptrdiff_t;
#endif

#endif /* __ASM_H8300_BITS_PER_LONG */
#endif /* _UAPI__ASM_H8300_BITS_PER_LONG */