home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_3.DMS / in.adf / C-Incl.Lha / pragma / nonvolatile_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-02  |  773 b   |  34 lines

  1. // New in V40
  2. #ifndef _INCLUDE_PRAGMA_NONVOLATILE_LIB_H
  3. #define _INCLUDE_PRAGMA_NONVOLATILE_LIB_H
  4.  
  5. /*
  6. **  $VER: nonvolatile_lib.h 10.1 (19.7.95)
  7. **  Includes Release 40.15
  8. **
  9. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  10. **     All Rights Reserved
  11. */
  12.  
  13. #ifndef  CLIB_NONVOLATILE_PROTOS_H
  14. #include <clib/nonvolatile_protos.h>
  15. #endif
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. #pragma amicall(NVBase, 0x1e, GetCopyNV(a0,a1,d1))
  22. #pragma amicall(NVBase, 0x24, FreeNVData(a0))
  23. #pragma amicall(NVBase, 0x2a, StoreNV(a0,a1,a2,d0,d1))
  24. #pragma amicall(NVBase, 0x30, DeleteNV(a0,a1,d1))
  25. #pragma amicall(NVBase, 0x36, GetNVInfo(d1))
  26. #pragma amicall(NVBase, 0x3c, GetNVList(a0,d1))
  27. #pragma amicall(NVBase, 0x42, SetNVProtection(a0,a1,d2,d1))
  28.  
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32.  
  33. #endif
  34.