home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / Includes.lha / BH / cardres.bh < prev    next >
Encoding:
Text File  |  1994-03-16  |  982 b   |  22 lines

  1. ' cardres BASIC header
  2.  
  3. '$include cardres.bc
  4. LIBRARY DECLARE "cardres.resource"
  5. DECLARE FUNCTION OwnCard& LIBRARY 'handle&
  6. DECLARE SUB ReleaseCard LIBRARY 'handle&, CardMemoryMapflags&
  7. DECLARE FUNCTION GetCardMap& LIBRARY
  8. DECLARE FUNCTION BeginCardAccess& LIBRARY 'handle&
  9. DECLARE FUNCTION EndCardAccess& LIBRARY 'handle&
  10. DECLARE FUNCTION ReadCardStatus& LIBRARY
  11. DECLARE FUNCTION CardResetRemove& LIBRARY 'handle&, flag&
  12. DECLARE FUNCTION CardMiscControl& LIBRARY 'handle&, control_bits&
  13. DECLARE FUNCTION CardAccessSpeed& LIBRARY 'handle&, nanoseconds&
  14. DECLARE FUNCTION CardProgramVoltage& LIBRARY 'handle&, voltage&
  15. DECLARE FUNCTION CardResetCard& LIBRARY 'handle&
  16. DECLARE FUNCTION CopyTuple& LIBRARY 'handle&, CardMemoryMapbuffer&, tuplecode&, size&
  17. DECLARE FUNCTION DeviceTuple& LIBRARY 'tuple_data&, storage&
  18. DECLARE FUNCTION IfAmigaXIP& LIBRARY 'handle&
  19. DECLARE FUNCTION CardForceChange& LIBRARY
  20. DECLARE FUNCTION CardChangeCount& LIBRARY
  21. DECLARE FUNCTION CardInterface& LIBRARY
  22.