1 #ifndef CLIB_RAMDRIVE_PROTOS_H
    2 #define CLIB_RAMDRIVE_PROTOS_H
    3 
    4 /*
    5 	ramdrive.device C prototypes
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef EXEC_TYPES_H
   11 # include <exec/types.h>
   12 #endif
   13 
   14 
   15 #ifdef __cplusplus
   16 extern "C" {
   17 #endif /* __cplusplus */
   18 
   19 STRPTR KillRAD0( VOID );
   20 STRPTR KillRAD( ULONG unit );
   21 
   22 #ifdef __cplusplus
   23 }
   24 #endif /* __cplusplus */
   25 
   26 
   27 #endif /* CLIB_RAMDRIVE_PROTOS_H */