1 2 3 4 5 6 7 8
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef PC80_ISA_DMA_H #define PC80_ISA_DMA_H void isa_dma_init(void); #endif /* PC80_ISA_DMA_H */