home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
STORM2.DMS
/
in.adf
/
Includes.LHA
/
proto
/
ramdrive.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-07
|
193 b
|
8 lines
#ifndef PROTO_RAMDRIVE_H
#define PROTO_RAMDRIVE_H
#include <exec/types.h>
extern struct Library *RamdriveDevice ;
#include <clib/ramdrive_protos.h>
#include <pragmas/ramdrive_pragmas.h>
#endif