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

  1.     section    .data,data
  2.  
  3. _LVOObtainChip    equ    -6
  4.     xdef    _LVOObtainChip
  5. _LVOReleaseChip    equ    -12
  6.     xdef    _LVOReleaseChip
  7. _LVOFindChip    equ    -18
  8.     xdef    _LVOFindChip
  9. _LVOAllocChipList    equ    -24
  10.     xdef    _LVOAllocChipList
  11. _LVOFreeChipList    equ    -30
  12.     xdef    _LVOFreeChipList
  13. _LVOAddIRQHook    equ    -36
  14.     xdef    _LVOAddIRQHook
  15. _LVORemIRQHook    equ    -42
  16.     xdef    _LVORemIRQHook
  17. _LVOObtainChipShared    equ    -48
  18.     xdef    _LVOObtainChipShared
  19. _LVOReleaseChipShared    equ    -54
  20.     xdef    _LVOReleaseChipShared
  21.