summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/slots.h
blob: 21139c59c8afb5edb24db41837cf3f8de64bb55f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * include/asm-i386/slots.h
 *
 * Written by Ralf Baechle
 * Copyright (C) 1994 by Waldorf GMBH
 */
#ifndef _ASM_I386_SLOTS_H
#define _ASM_I386_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 0x0

#endif /* _ASM_I386_SLOTS_H */