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