xref: /qemu/linux-headers/asm-arm64/bitsperlong.h (revision 9a8af699677cdf58e92ff43f38ea74bbe9d37ab0)
1*da3c22c7SThomas Huth /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2*da3c22c7SThomas Huth /*
3*da3c22c7SThomas Huth  * Copyright (C) 2012 ARM Ltd.
4*da3c22c7SThomas Huth  *
5*da3c22c7SThomas Huth  * This program is free software; you can redistribute it and/or modify
6*da3c22c7SThomas Huth  * it under the terms of the GNU General Public License version 2 as
7*da3c22c7SThomas Huth  * published by the Free Software Foundation.
8*da3c22c7SThomas Huth  *
9*da3c22c7SThomas Huth  * This program is distributed in the hope that it will be useful,
10*da3c22c7SThomas Huth  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11*da3c22c7SThomas Huth  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*da3c22c7SThomas Huth  * GNU General Public License for more details.
13*da3c22c7SThomas Huth  *
14*da3c22c7SThomas Huth  * You should have received a copy of the GNU General Public License
15*da3c22c7SThomas Huth  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16*da3c22c7SThomas Huth  */
17*da3c22c7SThomas Huth #ifndef __ASM_BITSPERLONG_H
18*da3c22c7SThomas Huth #define __ASM_BITSPERLONG_H
19*da3c22c7SThomas Huth 
20*da3c22c7SThomas Huth #define __BITS_PER_LONG 64
21*da3c22c7SThomas Huth 
2243370036SMichael S. Tsirkin #include <asm-generic/bitsperlong.h>
23*da3c22c7SThomas Huth 
24*da3c22c7SThomas Huth #endif	/* __ASM_BITSPERLONG_H */
25