]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - tools/arch/h8300/include/asm/bitsperlong.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / tools / arch / h8300 / include / asm / bitsperlong.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
bb970707
ACM
2#ifndef __ASM_H8300_BITS_PER_LONG
3#define __ASM_H8300_BITS_PER_LONG
4
5#include <asm-generic/bitsperlong.h>
6
7#if !defined(__ASSEMBLY__)
8/* h8300-unknown-linux required long */
9#define __kernel_size_t __kernel_size_t
10typedef unsigned long __kernel_size_t;
11typedef long __kernel_ssize_t;
12typedef long __kernel_ptrdiff_t;
13#endif
14
15#endif /* __ASM_H8300_BITS_PER_LONG */