    IFND UTILITY_HOOKS_I
UTILITY_HOOKS_I SET 1

*** hooks.i ****************************************************************
*
*  hooks.i -- callback hooks
*
*  $Header: V36:src/kickstart/utility/RCS/hooks.i,v 36.0 90/05/11 22:03:14 jimm Exp $
*
*  Confidential Information: Commodore-Amiga Computer, Inc.
*  Copyright (c) 1989, Commodore-Amiga Computer, Inc.
****************************************************************************

    IFND EXEC_TYPES_I
    INCLUDE "exec/types.i"
    ENDC

    IFND EXEC_NODES_I
    INCLUDE "exec/nodes.i"
    ENDC


; New Hook conventions
; A0 - pointer to hook itself
; A1 - pointer to parameter packed ("message")
; A2 - Hook specific address data ("object," e.g, gadget )

 STRUCTURE HOOK,MLN_SIZE
    APTR	h_Entry			; assembler entry point
    APTR	h_SubEntry		; optional HLL entry point
    APTR	h_Data			; owner specific
 LABEL		h_SIZEOF


 ENDC
