drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / uapi / asm / bitsperlong.h
blob7d0b32e3b7017696866b4a0c12d94bd8e0d3b44d
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 _UAPI_ASM_RISCV_BITSPERLONG_H
8 #define _UAPI_ASM_RISCV_BITSPERLONG_H
10 #define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8)
12 #include <asm-generic/bitsperlong.h>
14 #endif /* _UAPI_ASM_RISCV_BITSPERLONG_H */