aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/types.h
blob: a3cac7757c7ff6819db128ddea6ff519046e9b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ETRAX_TYPES_H
#define _ETRAX_TYPES_H

#include <uapi/asm/types.h>

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */

#define BITS_PER_LONG 32

#endif