--- vl.h Wed May 9 20:25:36 2007 +++ vl.h Thu May 17 09:04:44 2007 @@ -1011,6 +1011,7 @@ int DMA_write_memory (int nchan, void *buf, int pos, int size); void DMA_hold_DREQ (int nchan); void DMA_release_DREQ (int nchan); +void DMA_set_TC (int nchan); void DMA_schedule(int nchan); void DMA_run (void); void DMA_init (int high_page_enable);