home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
unixlib
/
include
/
internal
/
devices.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-28
|
236 b
|
10 lines
#ifndef DEVICES_H
#define DEVICES_H
struct IORequest *_device_open(char *name, unsigned long unit, unsigned long flags,
void *data, unsigned long data_len, int req_size);
void _device_close(struct IORequest *ioreq);
#endif