Newer
Older
ubix / src / sys / include / ubixos / dma.h
@reddawg reddawg on 12 May 2002 359 bytes DMA Opporations And FDC Support
/**************************************************************************************
 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