/*
    (C) 1995 AROS - The Amiga Replacement OS
    $Id: obtainquickvector.c,v 1.3 1996/10/24 15:50:52 aros Exp $    $Log
    Desc:
    Lang: english
*/
#include "exec_intern.h"

/*****************************************************************************

    NAME */
	#include <clib/exec_protos.h>

	AROS_LH1(ULONG, ObtainQuickVector,

/*  SYNOPSIS */
	AROS_LHA(APTR, interruptCode, A0),

/*  LOCATION */
	struct ExecBase *, SysBase, 131, Exec)

/*  FUNCTION

    INPUTS

    RESULT

    NOTES

    EXAMPLE

    BUGS

    SEE ALSO

    INTERNALS

    HISTORY
	29-10-95    digulla automatically created from
			    exec_lib.fd and clib/exec_protos.h

*****************************************************************************/
{
    AROS_LIBFUNC_INIT
    AROS_LIBBASE_EXT_DECL(struct ExecBase *,SysBase)
    AROS_LIBFUNC_EXIT
} /* ObtainQuickVector */
