summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/types.h
blob: 28046670f4e2c5551a3972ab2ce95b87b526ab31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __ASM_I386_TYPES_H
#define __ASM_I386_TYPES_H

#include <asm-generic/int-ll64.h>

#ifdef __x86_64__
/*
 * This is used in dlmalloc. On X86_64 we need it to be
 * 64 bit
 */
#define INTERNAL_SIZE_T unsigned long

#endif

#endif