library dma; import 'interrupts.dart'; import 'memory.dart'; import 'pif.dart'; class DMA { DMA(Memory memory, Interrupts interrupts, Pif pif){} }