/*
*   DIVAPC C source
*
*   CPU.H.DMA    Interface to DMA module
*
*   Versions
*
*   29-02-91 INH  Skeleton file
*   10-03-95 DAF  Started adding definitions
*   12-03-55 DAF  More definitions, better structuring
*   22-03-95 DAF  Made compile
*   23-03-05 DAF  Change which channel cascades
*   16-05-95 INH  Split into CPU.H.DMA (externs) and CPU.H.DMADEFS (internal)
*/


/*****************************************************************************
 *
 * EXPORTED ROUTINES
 */

extern void DMA_BusAck( void );
extern void DMA_Init ( void );



/*****************************************************************************/

