;
;  Copyright 2000 by Texas Instruments Incorporated.
;  All rights reserved. Property of Texas Instruments Incorporated.
;  Restricted rights to use, duplicate or disclose this code are
;  granted through contract.
;  U.S. Patent Nos. 5,283,900  5,392,448
;
; "@(#) DSP/BIOS 4.00 09-15-00 (barracuda-e16)"
;
;  ======== dss.h62 ========
;
;

	.include pip.h62

;
; these two pipes *must be* defined in your configuration
;

	.ref _DSS_rxPipe 	; extern far PIP_Obj DSS_rxPipe
	.ref _DSS_txPipe 	; extern far PIP_Obj DSS_txPipe

;
; the following are defined in dss.c
;

	.ref _DSS_error	    	; error mask

	.ref _DSS_rxCnt		; extern Int      DSS_rxCnt;

	.ref _DSS_rxPtr		; extern Int      *DSS_rxPtr;

	.ref _DSS_txCnt		; extern Int      DSS_txCnt;
	.ref _DSS_txPtr		; extern Int      *DSS_txPtr;

;
; Function references (C-callable)
;
	.ref _DSS_rxPrime	; void DSS_rxPrime(void);
	.ref _DSS_txPrime	; void DSS_txPrime(void);
