21 lines
336 B
C
21 lines
336 B
C
#ifndef CLIB_RAMDRIVE_PROTOS_H
|
|
#define CLIB_RAMDRIVE_PROTOS_H
|
|
|
|
|
|
/*
|
|
** $VER: ramdrive_protos.h 34.106 (03.10.2019)
|
|
**
|
|
** C prototypes. For use with 32 bit integers only.
|
|
**
|
|
** Copyright © 2019
|
|
** All Rights Reserved
|
|
*/
|
|
|
|
#ifndef EXEC_TYPES_H
|
|
#include <exec/types.h>
|
|
#endif
|
|
|
|
STRPTR KillRAD0(void);
|
|
|
|
#endif /* CLIB_RAMDRIVE_PROTOS_H */
|