
		;   CloseFifo(fifo,flags)

		section text,code

		xdef	_CloseFifo
		xref	_FifoBase

_CloseFifo
		movem.l 4(sp),D0/D1
		move.l	_FifoBase(A4),A1
		jmp	-36(A1)

		END

