	IFND	DOS_NOTIFY_I
DOS_NOTIFY_I	EQU	1
*	$Filename: dos/notify.i $
*	$Release: 2.04 Includes, V37.4 $
*	$Revision: 36.5 $
*	$Date: 90/08/29 $
*	dos notification definitions
*	(C) Copyright 1989-1991 Commodore-Amiga, Inc.
*	    All Rights Reserved
	IFND	EXEC_PORTS_I
	INCLUDE	"exec/ports.i"
	ENDC
	IFND	EXEC_TASKS_I
	INCLUDE	"exec/tasks.i"
	ENDC
NOTIFY_CLASS	EQU	$40000000
NOTIFY_CODE	EQU	$1234
	RSRESET
NotifyMessage	rs.b	0
nm_ExecMessage	rs.b	MN_SIZE
nm_Class	rs	2
nm_Code	rs	1
nm_NReq	rs	2
nm_DoNotTouch	rs	2
nm_DoNotTouch2	rs	2
NotifyMessage_SIZEOF	rs.b	0
	RSRESET
NotifyRequest	rs.b	0
nr_Name	rs	2
nr_FullName	rs	2
nr_UserData	rs	2
nr_Flags	rs	2
nr_Port	rs	2
nr_Task	EQU	nr_Port
nr_SignalNum	rs.b	1
nr_pad	rs.b	3
nr_Reserved	rs.b	4*4
nr_MsgCount	rs	2
nr_Handler	rs	2
NotifyRequest_SIZEOF	rs.b	0
	BITDEF	NR,SEND_MESSAGE,0
	BITDEF	NR,SEND_SIGNAL,1
	BITDEF	NR,WAIT_REPLY,3
	BITDEF	NR,NOTIFY_INITIAL,4
	BITDEF	NR,MAGIC,31
NR_HANDLER_FLAGS	EQU	$ffff0000
	ENDC
