kolibrios-gitea/drivers/video/drm/includes/asm/bitsperlong.h
Sergey Semyonov (Serge) ea3dc0b0b8 kms: pre rc9
git-svn-id: svn://kolibrios.org@1321 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-12-14 18:34:32 +00:00

14 lines
242 B
C

#ifndef __ASM_X86_BITSPERLONG_H
#define __ASM_X86_BITSPERLONG_H
#ifdef __x86_64__
# define __BITS_PER_LONG 64
#else
# define __BITS_PER_LONG 32
#endif
#include <asm-generic/bitsperlong.h>
#endif /* __ASM_X86_BITSPERLONG_H */