Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2012 ARM Ltd.
0004  * Copyright (C) 2015 Regents of the University of California
0005  */
0006 
0007 #ifndef _UAPI_ASM_RISCV_BITSPERLONG_H
0008 #define _UAPI_ASM_RISCV_BITSPERLONG_H
0009 
0010 #define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8)
0011 
0012 #include <asm-generic/bitsperlong.h>
0013 
0014 #endif /* _UAPI_ASM_RISCV_BITSPERLONG_H */