home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
driverkit
/
i386
/
IOPCMCIATuple.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-15
|
278 b
|
19 lines
/*
* Copyright 1994 NeXT Computer, Inc.
* All rights reserved.
*/
#import <objc/Object.h>
#import <driverkit/driverTypes.h>
@interface IOPCMCIATuple : Object
{
@private
void *_private;
}
- (unsigned char) code;
- (unsigned) length;
- (unsigned char *) data;
@end