2 Copyright © 1995-2001, 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 *****************************************************************************/
42 AROS_LIBBASE_EXT_DECL(struct ExecBase
*,SysBase
)
44 #warning TODO: Write exec/ObtainQuickVector()
45 aros_print_not_implemented ("ObtainQuickVector");
49 } /* ObtainQuickVector */