ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/2.7.2.2.f.2/include/bsd/dev/m68k/slot.h

This is slot.h in view mode; [Download] [Up]

/* 
 * HISTORY
 * 27-May-89  Avadis Tevanian, Jr. (avie) at NeXT, Inc.
 *	Created.
 */

#ifndef	_M68K_DEV_SLOT_
#define	_M68K_DEV_SLOT_

#define SLOTSIZE	0x10000000		/* each physical slot is
						   really two of these */
#define SLOTCOUNT	4

#define	SLOTIOCGADDR	_IOR('s', 0, int)	/* get address of slot space */
#define	SLOTIOCDISABLE	_IO('s', 3)		/* disable translation */

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.