home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 224a.lha / Includes / exec / nodes < prev    next >
Encoding:
Text File  |  1989-04-08  |  535 b   |  33 lines

  1.  
  2. {s Node
  3.     APTR    ln_Succ
  4.     APTR    ln_Pred
  5.     BYTE    ln_Type
  6.     BYTE    ln_Pri
  7.     APTR    ln_Name
  8.    s}
  9.  
  10. {s MinNode
  11.     APTR    mln_Succ
  12.     APTR    mln_Pred
  13.    s}
  14.  
  15. EQU NT_UNKNOWN      0
  16. EQU NT_TASK         1
  17. EQU NT_INTERRUPT    2
  18. EQU NT_DEVICE       3
  19. EQU NT_MSGPORT      4
  20. EQU NT_MESSAGE      5
  21. EQU NT_FREEMSG      6
  22. EQU NT_REPLYMSG     7
  23. EQU NT_RESOURCE     8
  24. EQU NT_LIBRARY      9
  25. EQU NT_MEMORY       10
  26. EQU NT_SOFTINT      11
  27. EQU NT_FONT         12
  28. EQU NT_PROCESS      13
  29. EQU NT_SEMAPHORE    14
  30. EQU NT_SIGNALSEM    15
  31.  
  32.  
  33.