
	SECTION "code",CODE

	INCLUDE	"reqtools.i"

	XDEF	_rtAllocRequest

_rtAllocRequest:
	move.l	a6,-(a7)
	GETRTBASE
	move.l	8(a7),d0
	lea	12(a7),a0
	jsr	_LVOrtAllocRequestA(a6)
	move.l	(a7)+,a6
	rts

   END
