root/include/asm-mips/slots.h

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  * include/asm-mips/slots.h
   3  *
   4  * Copyright (C) 1994 by Waldorf Electronics
   5  * Written by Ralf Baechle
   6  */
   7 #ifndef __ASM_MIPS_SLOTS_H
   8 #define __ASM_MIPS_SLOTS_H
   9 
  10 /*
  11  * SLOTSPACE is the address to which the physical address 0
  12  * of the Slotspace is mapped by the chipset in the main CPU's
  13  * address space.
  14  */
  15 #define SLOTSPACE 0xe1000000
  16 
  17 #endif /* __ASM_MIPS_SLOTS_H */

/* [previous][next][first][last][top][bottom][index][help] */