URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [proc-armo/] [shmparam.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * linux/include/asm-arm/proc-armo/shmparam.h * * Copyright (C) 1996 Russell King * * definitions for the shared process memory on the ARM3 */ #ifndef __ASM_PROC_SHMPARAM_H #define __ASM_PROC_SHMPARAM_H #define SHM_RANGE_START 0x00a00000 #define SHM_RANGE_END 0x00c00000 #define SHMMAX 0x3fa000 #endif