URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-armnommu/] [arch-a5k/] [a.out.h] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
/* * linux/include/asm-arm/arch-a5k/a.out.h * * Copyright (C) 1996 Russell King */ #ifndef __ASM_ARCH_A_OUT_H #define __ASM_ARCH_A_OUT_H #ifdef __KERNEL__ #define STACK_TOP (0x01a00000) #define LIBRARY_START_TEXT (0x00c00000) #endif #endif
Go to most recent revision | Compare with Previous | Blame | View Log