home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Headers
/
bsd
/
dev
/
m68k
/
slot.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-19
|
401b
|
18 lines
/*
* 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 _M68K_DEV_SLOT_