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