blob: e5df11c2766a98aa7e62e79fcae121409bb3a0d6 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Elliott Hughesabd62612013-11-08 11:45:48 -08007#ifndef __ASM_X86_BITSPERLONG_H
8#define __ASM_X86_BITSPERLONG_H
Christopher Ferris05d08e92016-02-04 13:16:38 -08009#if defined(__x86_64__) && !defined(__ILP32__)
Elliott Hughesabd62612013-11-08 11:45:48 -080010#define __BITS_PER_LONG 64
Elliott Hughesabd62612013-11-08 11:45:48 -080011#else
12#define __BITS_PER_LONG 32
13#endif
14#include <asm-generic/bitsperlong.h>
Elliott Hughesabd62612013-11-08 11:45:48 -080015#endif