home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / palmlink_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-04  |  4.8 KB  |  181 lines

  1.     section    .data,data
  2.  
  3. _LVOPL_RawRead    equ    -36
  4.     xdef    _LVOPL_RawRead
  5. _LVOPL_RawWrite    equ    -42
  6.     xdef    _LVOPL_RawWrite
  7. _LVOPL_RawSetRate    equ    -48
  8.     xdef    _LVOPL_RawSetRate
  9. _LVOPL_SLPRead    equ    -54
  10.     xdef    _LVOPL_SLPRead
  11. _LVOPL_SLPWrite    equ    -60
  12.     xdef    _LVOPL_SLPWrite
  13. _LVOPL_PADPRead    equ    -66
  14.     xdef    _LVOPL_PADPRead
  15. _LVOPL_PADPWrite    equ    -72
  16.     xdef    _LVOPL_PADPWrite
  17. _LVOPL_CMPRead    equ    -78
  18.     xdef    _LVOPL_CMPRead
  19. _LVOPL_CMPWakeUp    equ    -84
  20.     xdef    _LVOPL_CMPWakeUp
  21. _LVOPL_CMPInit    equ    -90
  22.     xdef    _LVOPL_CMPInit
  23. _LVOPL_CMPAbort    equ    -96
  24.     xdef    _LVOPL_CMPAbort
  25. _LVOPL_OpenSocket    equ    -102
  26.     xdef    _LVOPL_OpenSocket
  27. _LVOPL_CloseSocket    equ    -108
  28.     xdef    _LVOPL_CloseSocket
  29. _LVOPL_LastError    equ    -114
  30.     xdef    _LVOPL_LastError
  31. _LVOPL_Accept    equ    -120
  32.     xdef    _LVOPL_Accept
  33. _LVOPL_Connect    equ    -126
  34.     xdef    _LVOPL_Connect
  35. _LVOPL_Read    equ    -132
  36.     xdef    _LVOPL_Read
  37. _LVOPL_Write    equ    -138
  38.     xdef    _LVOPL_Write
  39. _LVOPL_Tickle    equ    -144
  40.     xdef    _LVOPL_Tickle
  41. _LVOPL_DLPInit    equ    -150
  42.     xdef    _LVOPL_DLPInit
  43. _LVOPL_DLPWriteByte    equ    -156
  44.     xdef    _LVOPL_DLPWriteByte
  45. _LVOPL_DLPWriteWord    equ    -162
  46.     xdef    _LVOPL_DLPWriteWord
  47. _LVOPL_DLPWriteLong    equ    -168
  48.     xdef    _LVOPL_DLPWriteLong
  49. _LVOPL_DLPWrite    equ    -174
  50.     xdef    _LVOPL_DLPWrite
  51. _LVOPL_DLPSend    equ    -180
  52.     xdef    _LVOPL_DLPSend
  53. _LVOPL_DLPRead    equ    -186
  54.     xdef    _LVOPL_DLPRead
  55. _LVODLP_OpenConduit    equ    -192
  56.     xdef    _LVODLP_OpenConduit
  57. _LVODLP_EndOfSync    equ    -198
  58.     xdef    _LVODLP_EndOfSync
  59. _LVODLP_GetSysTime    equ    -204
  60.     xdef    _LVODLP_GetSysTime
  61. _LVODLP_SetSysTime    equ    -210
  62.     xdef    _LVODLP_SetSysTime
  63. _LVODLP_GetStorageInfo    equ    -216
  64.     xdef    _LVODLP_GetStorageInfo
  65. _LVODLP_GetSysInfo    equ    -222
  66.     xdef    _LVODLP_GetSysInfo
  67. _LVODLP_GetDBInfo    equ    -228
  68.     xdef    _LVODLP_GetDBInfo
  69. _LVODLP_OpenDB    equ    -234
  70.     xdef    _LVODLP_OpenDB
  71. _LVODLP_DeleteDB    equ    -240
  72.     xdef    _LVODLP_DeleteDB
  73. _LVODLP_CreateDB    equ    -246
  74.     xdef    _LVODLP_CreateDB
  75. _LVODLP_CloseDB    equ    -252
  76.     xdef    _LVODLP_CloseDB
  77. _LVODLP_CloseAllDB    equ    -258
  78.     xdef    _LVODLP_CloseAllDB
  79. _LVODLP_CountDBEntries    equ    -264
  80.     xdef    _LVODLP_CountDBEntries
  81. _LVODLP_MoveCategory    equ    -270
  82.     xdef    _LVODLP_MoveCategory
  83. _LVODLP_SetUserInfo    equ    -276
  84.     xdef    _LVODLP_SetUserInfo
  85. _LVODLP_GetUserInfo    equ    -282
  86.     xdef    _LVODLP_GetUserInfo
  87. _LVODLP_SetNetSyncInfo    equ    -288
  88.     xdef    _LVODLP_SetNetSyncInfo
  89. _LVODLP_GetNetSyncInfo    equ    -294
  90.     xdef    _LVODLP_GetNetSyncInfo
  91. _LVODLP_ResetLastSyncPC    equ    -300
  92.     xdef    _LVODLP_ResetLastSyncPC
  93. _LVODLP_ResetDBIndex    equ    -306
  94.     xdef    _LVODLP_ResetDBIndex
  95. _LVODLP_ReadRecordIDList    equ    -312
  96.     xdef    _LVODLP_ReadRecordIDList
  97. _LVODLP_WriteRecord    equ    -318
  98.     xdef    _LVODLP_WriteRecord
  99. _LVODLP_DeleteRecord    equ    -324
  100.     xdef    _LVODLP_DeleteRecord
  101. _LVODLP_DeleteCategory    equ    -330
  102.     xdef    _LVODLP_DeleteCategory
  103. _LVODLP_ReadResourceByType    equ    -336
  104.     xdef    _LVODLP_ReadResourceByType
  105. _LVODLP_ReadResourceByIndex    equ    -342
  106.     xdef    _LVODLP_ReadResourceByIndex
  107. _LVODLP_WriteResource    equ    -348
  108.     xdef    _LVODLP_WriteResource
  109. _LVODLP_DeleteResource    equ    -354
  110.     xdef    _LVODLP_DeleteResource
  111. _LVODLP_ReadAppBlock    equ    -360
  112.     xdef    _LVODLP_ReadAppBlock
  113. _LVODLP_WriteAppBlock    equ    -366
  114.     xdef    _LVODLP_WriteAppBlock
  115. _LVODLP_ReadSortBlock    equ    -372
  116.     xdef    _LVODLP_ReadSortBlock
  117. _LVODLP_WriteSortBlock    equ    -378
  118.     xdef    _LVODLP_WriteSortBlock
  119. _LVODLP_CleanUpDatabase    equ    -384
  120.     xdef    _LVODLP_CleanUpDatabase
  121. _LVODLP_ResetSyncFlags    equ    -390
  122.     xdef    _LVODLP_ResetSyncFlags
  123. _LVODLP_ReadNextCatRecord    equ    -396
  124.     xdef    _LVODLP_ReadNextCatRecord
  125. _LVODLP_ReadAppPreference    equ    -402
  126.     xdef    _LVODLP_ReadAppPreference
  127. _LVODLP_WriteAppPreference    equ    -408
  128.     xdef    _LVODLP_WriteAppPreference
  129. _LVODLP_ReadNextModifiedCatRecord    equ    -414
  130.     xdef    _LVODLP_ReadNextModifiedCatRecord
  131. _LVODLP_ReadRecordByID    equ    -420
  132.     xdef    _LVODLP_ReadRecordByID
  133. _LVODLP_ReadRecordByIndex    equ    -426
  134.     xdef    _LVODLP_ReadRecordByIndex
  135. _LVODLP_ResetSystem    equ    -432
  136.     xdef    _LVODLP_ResetSystem
  137. _LVODLP_AddSyncLogEntry    equ    -438
  138.     xdef    _LVODLP_AddSyncLogEntry
  139. _LVOPL_FileOpen    equ    -444
  140.     xdef    _LVOPL_FileOpen
  141. _LVOPL_FileClose    equ    -450
  142.     xdef    _LVOPL_FileClose
  143. _LVOPL_FileGetDBInfo    equ    -456
  144.     xdef    _LVOPL_FileGetDBInfo
  145. _LVOPL_FileSetDBInfo    equ    -462
  146.     xdef    _LVOPL_FileSetDBInfo
  147. _LVOPL_FileGetAppInfo    equ    -468
  148.     xdef    _LVOPL_FileGetAppInfo
  149. _LVOPL_FileSetAppInfo    equ    -474
  150.     xdef    _LVOPL_FileSetAppInfo
  151. _LVOPL_FileGetSortInfo    equ    -480
  152.     xdef    _LVOPL_FileGetSortInfo
  153. _LVOPL_FileSetSortInfo    equ    -486
  154.     xdef    _LVOPL_FileSetSortInfo
  155. _LVOPL_FileReadResource    equ    -492
  156.     xdef    _LVOPL_FileReadResource
  157. _LVOPL_FileAddResource    equ    -498
  158.     xdef    _LVOPL_FileAddResource
  159. _LVOPL_FileReadRecord    equ    -504
  160.     xdef    _LVOPL_FileReadRecord
  161. _LVOPL_FileReadRecordID    equ    -510
  162.     xdef    _LVOPL_FileReadRecordID
  163. _LVOPL_FileAddRecord    equ    -516
  164.     xdef    _LVOPL_FileAddRecord
  165. _LVOPL_FileUsedID    equ    -522
  166.     xdef    _LVOPL_FileUsedID
  167. _LVOPL_FileRetrieve    equ    -528
  168.     xdef    _LVOPL_FileRetrieve
  169. _LVOPL_FileInstall    equ    -534
  170.     xdef    _LVOPL_FileInstall
  171. _LVOPL_FileMerge    equ    -540
  172.     xdef    _LVOPL_FileMerge
  173. _LVOPL_Explain    equ    -546
  174.     xdef    _LVOPL_Explain
  175. _LVOPL_AddRexxHandle    equ    -552
  176.     xdef    _LVOPL_AddRexxHandle
  177. _LVOPL_FindRexxHandle    equ    -558
  178.     xdef    _LVOPL_FindRexxHandle
  179. _LVOPL_DeleteRexxHandle    equ    -564
  180.     xdef    _LVOPL_DeleteRexxHandle
  181.