home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
c
/
adev1120.lha
/
include
/
file_sys.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-13
|
138b
|
8 lines
enum _commands { _IO_NOP, _IO_GET, _IO_PUT };
struct _io_extension {
void (* _handler)();
enum _commands _command;
char *_data;
};