File: slots.h

package info (click to toggle)
kernel-source-2.0.35 2.0.35-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 32,456 kB
  • ctags: 94,327
  • sloc: ansic: 587,014; asm: 26,388; makefile: 4,055; sh: 1,221; perl: 727; tcl: 408; cpp: 277; lisp: 211; awk: 134
file content (17 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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 */