Linux Audio
Check our new training course
Embedded Linux Audio
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