URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-mips/] [slots.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * include/asm-mips/slots.h * * Copyright (C) 1994 by Waldorf Electronics * Written by Ralf Baechle */ #ifndef __ASM_MIPS_SLOTS_H #define __ASM_MIPS_SLOTS_H /* * SLOTSPACE is the address to which the physical address 0 * of the Slotspace is mapped by the chipset in the main CPU's * address space. */ #define SLOTSPACE 0xe1000000 #endif /* __ASM_MIPS_SLOTS_H */