
	SECTION "code",CODE

	INCLUDE	"reqtools.i"

	XDEF	_rtAllocRequestA

_rtAllocRequestA:
	move.l	a6,-(a7)
	GETRTBASE
	movem.l	8(a7),d0/a0
	jsr	_LVOrtAllocRequestA(a6)
	move.l	(a7)+,a6
	rts

   END
