home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / battmem_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-02  |  240 b   |  11 lines

  1.     section    .data,data
  2.  
  3. _LVOObtainBattSemaphore    equ    -6
  4.     xdef    _LVOObtainBattSemaphore
  5. _LVOReleaseBattSemaphore    equ    -12
  6.     xdef    _LVOReleaseBattSemaphore
  7. _LVOReadBattMem    equ    -18
  8.     xdef    _LVOReadBattMem
  9. _LVOWriteBattMem    equ    -24
  10.     xdef    _LVOWriteBattMem
  11.