linux-headers: Update to Linux v6.6-rc1
[qemu/ar7.git] / linux-headers / asm-riscv / bitsperlong.h
blobcc5c45a9ce9f877c224e688b1b63a1fb89c3b07a
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2 /*
3 * Copyright (C) 2012 ARM Ltd.
4 * Copyright (C) 2015 Regents of the University of California
5 */
7 #ifndef _ASM_RISCV_BITSPERLONG_H
8 #define _ASM_RISCV_BITSPERLONG_H
10 #define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8)
12 #include <asm-generic/bitsperlong.h>
14 #endif /* _ASM_RISCV_BITSPERLONG_H */