home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / cbm / nduk-v37.lha / V37 / include / clib / battmem_protos.h < prev    next >
C/C++ Source or Header  |  1991-11-27  |  632b  |  22 lines

  1. #ifndef  CLIB_BATTMEM_PROTOS_H
  2. #define  CLIB_BATTMEM_PROTOS_H
  3. /*
  4. **    $Filename: clib/battmem_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 1.5 $
  7. **    $Date: 91/03/04 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. void ObtainBattSemaphore( void );
  18. void ReleaseBattSemaphore( void );
  19. ULONG ReadBattMem( APTR buffer, unsigned long offset, unsigned long length );
  20. ULONG WriteBattMem( APTR buffer, unsigned long offset, unsigned long length );
  21. #endif     /* CLIB_BATTMEM_PROTOS_H */
  22.