Description: /* dma.h- DMA (direct memory access) header*/
/* Copyright 1984-1992 Wind River Systems, Inc.*/
/*
modification history
--------------------
01e,22sep92,rrr added support for c++
01d,04jul92,jcf cleaned up.
01c,26may92,rrr the tree shuffle
01b,04oct91,rrr passed through the ansification filter
-fixed#else and#endif
-changed copyright notice
01a,20dec90,jcc written.
*/
#ifndef __INCdmah
#define __INCdmah
#ifdef __cplusplus
extern "C" {
#endif
#include "vxWorks.h"
#include "private/semLibP.h"
typedef struct dmaCtrl /* DMA_CTRL- generic DMA controller info*/
{
SEMAPHORE ctrlMutexSem
To Search:
File list (Check if you may need any files):
dma.h