home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / dos / notify.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  958 b   |  48 lines

  1.     IFND    DOS_NOTIFY_I
  2. DOS_NOTIFY_I    EQU    1
  3. *    $Filename: dos/notify.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.5 $
  6. *    $Date: 90/08/29 $
  7. *    dos notification definitions
  8. *    (C) Copyright 1989-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_PORTS_I
  11.     INCLUDE    "exec/ports.i"
  12.     ENDC
  13.     IFND    EXEC_TASKS_I
  14.     INCLUDE    "exec/tasks.i"
  15.     ENDC
  16. NOTIFY_CLASS    EQU    $40000000
  17. NOTIFY_CODE    EQU    $1234
  18.     RSRESET
  19. NotifyMessage    rs.b    0
  20. nm_ExecMessage    rs.b    MN_SIZE
  21. nm_Class    rs    2
  22. nm_Code    rs    1
  23. nm_NReq    rs    2
  24. nm_DoNotTouch    rs    2
  25. nm_DoNotTouch2    rs    2
  26. NotifyMessage_SIZEOF    rs.b    0
  27.     RSRESET
  28. NotifyRequest    rs.b    0
  29. nr_Name    rs    2
  30. nr_FullName    rs    2
  31. nr_UserData    rs    2
  32. nr_Flags    rs    2
  33. nr_Port    rs    2
  34. nr_Task    EQU    nr_Port
  35. nr_SignalNum    rs.b    1
  36. nr_pad    rs.b    3
  37. nr_Reserved    rs.b    4*4
  38. nr_MsgCount    rs    2
  39. nr_Handler    rs    2
  40. NotifyRequest_SIZEOF    rs.b    0
  41.     BITDEF    NR,SEND_MESSAGE,0
  42.     BITDEF    NR,SEND_SIGNAL,1
  43.     BITDEF    NR,WAIT_REPLY,3
  44.     BITDEF    NR,NOTIFY_INITIAL,4
  45.     BITDEF    NR,MAGIC,31
  46. NR_HANDLER_FLAGS    EQU    $ffff0000
  47.     ENDC
  48.