162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2012 ARM Ltd. 462306a36Sopenharmony_ci * Copyright (C) 2015 Regents of the University of California 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef _UAPI_ASM_RISCV_BITSPERLONG_H 862306a36Sopenharmony_ci#define _UAPI_ASM_RISCV_BITSPERLONG_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8) 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#include <asm-generic/bitsperlong.h> 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* _UAPI_ASM_RISCV_BITSPERLONG_H */ 15