home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / inc&ad2.0 / includes / clib / battclock_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-01  |  515b  |  21 lines

  1. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  2. #define  CLIB_BATTCLOCK_PROTOS_H
  3. /*
  4. **    $Filename: clib/battclock_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 1.3 $
  7. **    $Date: 90/05/03 $
  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 ResetBattClock( void );
  18. ULONG ReadBattClock( void );
  19. void WriteBattClock( unsigned long time );
  20. #endif     /* CLIB_BATTCLOCK_PROTOS_H */
  21.