home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / clib / potgo_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  709 b   |  39 lines

  1. #ifndef  CLIB_POTGO_PROTOS_H
  2. #define  CLIB_POTGO_PROTOS_H
  3.  
  4. /*
  5. **    $VER: potgo_protos.h 36.3 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. #define CLIBCPLUSON
  20. #pragma -
  21. #endif
  22.  
  23. UWORD AllocPotBits( unsigned long bits );
  24. void FreePotBits( unsigned long bits );
  25. void WritePotgo( unsigned long word, unsigned long mask );
  26.  
  27. #ifdef CLIBCPLUSON
  28. #undef CLIBCPLUSON
  29. #pragma +
  30. #endif
  31.  
  32. #ifdef STORMPRAGMAS
  33. #ifndef _INCLUDE_PRAGMA_POTGO_LIB_H
  34. #include <pragma/potgo_lib.h>
  35. #endif
  36. #endif
  37.  
  38. #endif     /* CLIB_POTGO_PROTOS_H */
  39.