https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d94ed7e4bbc98a368ee835d616c62349fdbd27bd authored by Jason Self on 07 October 2012, 21:44:29 UTC
Linux-libre 2.6.32.60-gnu1
Tip revision: d94ed7e
bitsperlong.h
#ifndef __ASM_ALPHA_BITSPERLONG_H
#define __ASM_ALPHA_BITSPERLONG_H

#define __BITS_PER_LONG 64

#include <asm-generic/bitsperlong.h>

#endif /* __ASM_ALPHA_BITSPERLONG_H */
back to top