corundum.h 121 Bytes
Newer Older
Antoine Kaufmann's avatar
Antoine Kaufmann committed
1
2
3
4
5
6
7
8
#ifndef CORUNDUM_H_
#define CORUNDUM_H_

#include "dma.h"

void pci_dma_issue(DMAOp *op);

#endif /* ndef CORUNDUM_H_ */