1 #ifndef CLIB_POTGO_PROTOS_H
    2 #define CLIB_POTGO_PROTOS_H
    3 
    4 /*
    5 	potgo.resource 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 UWORD AllocPotBits( ULONG bits );
   20 VOID FreePotBits( ULONG bits );
   21 VOID WritePotgo( ULONG word, ULONG mask );
   22 
   23 #ifdef __cplusplus
   24 }
   25 #endif /* __cplusplus */
   26 
   27 
   28 #endif /* CLIB_POTGO_PROTOS_H */