summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-arc/a.out.h
blob: 0c13102d04cfa5e87ceb86e44034a51795cd7157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * linux/include/asm-arm/arch-arc/a.out.h
 *
 * Copyright (C) 1996-1999 Russell King
 */
#ifndef __ASM_ARCH_A_OUT_H
#define __ASM_ARCH_A_OUT_H

#include <asm/arch/memory.h>

#define STACK_TOP	TASK_SIZE

#endif