home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / include / asm-mips / slots.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-13  |  375 b   |  18 lines

  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 */
  18.