openharmony_kernel_liteos_m/kal/posix/include/asm-generic/bitsperlong.h

12 lines
392 B
C

/*
* This header was generated from the Linux kernel headers by update_headers.py,
* to provide necessary information from kernel to userspace, such as constants,
* structures, and macros, and thus, contains no copyrightable information.
*/
#ifndef _UAPI__ASM_GENERIC_BITS_PER_LONG
#define _UAPI__ASM_GENERIC_BITS_PER_LONG
#ifndef __BITS_PER_LONG
#define __BITS_PER_LONG 32
#endif
#endif