Newer
Older
ubixos / src / sys / include / ubixos / dma.h
@reddawg reddawg on 13 May 2002 556 bytes DMA
/**************************************************************************************
 Copyright (c) 2002 The UbixOS Project
 All rights reserved.

 Redistribution and use in source and binary forms, with or without modification,
 are prohibited.

 $Id$

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

#ifndef _DMA_H
#define _DMA_H

#include <ubixos/types.h>

void dmaXfer(uChar channel,uLong address,uInt length,uChar read);
void _dmaXfer(uChar dmaChannel,uChar page,uInt offset,uInt length,uChar mode);

#endif