www.pudn.com > NDKforTIDM642DSP.rar > edmahelp.h


//-------------------------------------------------------------------------- 
// IP Stack Library 
//-------------------------------------------------------------------------- 
// EDMAHELP.H 
// 
// Basic EDMA Helper Routines for 6711 
// 
// Author: Michael A. Denio 
// Copyright 2001 by Texas Instruments Inc. 
//------------------------------------------------------------------------- 
 
#ifndef _C_EDMAHELP_INC 
#define _C_EDMAHELP_INC 
 
_extern void EDMA_hookCompletion( int Event, void (*pcbFun)() ); 
 
#endif