/************************************************************************************** Copyright (c) 2002 The UbixOS Project $Id$ **************************************************************************************/ #ifndef _DMA_H #define _DMA_H #include <ubixos/types.h> int dmaXfer(uChar channel,uLong address,uInt length,uChar read); #endif