home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / clib / battmem_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  549 b   |  20 lines

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