2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Obtain and install a Quick Interrupt vector
8 #include "exec_intern.h"
9 #include <proto/exec.h>
11 /*****************************************************************************
15 AROS_LH1(ULONG
, ObtainQuickVector
,
18 AROS_LHA(APTR
, interruptCode
, A0
),
21 struct ExecBase
*, SysBase
, 131, Exec
)
39 *****************************************************************************/
45 } /* ObtainQuickVector */