URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-mips/] [slots.h] - Rev 1782
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 */