ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
[deliverable/linux.git] / arch / cris / include / asm / types.h
CommitLineData
1da177e4
LT
1#ifndef _ETRAX_TYPES_H
2#define _ETRAX_TYPES_H
3
e3b8cf04
PA
4#include <asm-generic/int-ll64.h>
5
1da177e4
LT
6/*
7 * These aren't exported outside the kernel to avoid name space clashes
8 */
9#ifdef __KERNEL__
10
11#define BITS_PER_LONG 32
12
1da177e4
LT
13#endif /* __KERNEL__ */
14
15#endif
This page took 0.64448 seconds and 5 git commands to generate.